PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PropGraphVertex Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarvtable
 
Listvkey
 
Listlabels
 
ParseLoc location
 

Detailed Description

Definition at line 4316 of file parsenodes.h.

Field Documentation

◆ labels

List* PropGraphVertex::labels

Definition at line 4321 of file parsenodes.h.

◆ location

ParseLoc PropGraphVertex::location

Definition at line 4322 of file parsenodes.h.

◆ type

NodeTag PropGraphVertex::type

Definition at line 4318 of file parsenodes.h.

◆ vkey

List* PropGraphVertex::vkey

Definition at line 4320 of file parsenodes.h.

◆ vtable

RangeVar* PropGraphVertex::vtable

Definition at line 4319 of file parsenodes.h.


The documentation for this struct was generated from the following file: