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 4279 of file parsenodes.h.

Field Documentation

◆ labels

List* PropGraphVertex::labels

Definition at line 4284 of file parsenodes.h.

◆ location

ParseLoc PropGraphVertex::location

Definition at line 4285 of file parsenodes.h.

◆ type

NodeTag PropGraphVertex::type

Definition at line 4281 of file parsenodes.h.

◆ vkey

List* PropGraphVertex::vkey

Definition at line 4283 of file parsenodes.h.

◆ vtable

RangeVar* PropGraphVertex::vtable

Definition at line 4282 of file parsenodes.h.


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