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

Field Documentation

◆ labels

List* PropGraphVertex::labels

Definition at line 4263 of file parsenodes.h.

◆ location

ParseLoc PropGraphVertex::location

Definition at line 4264 of file parsenodes.h.

◆ type

NodeTag PropGraphVertex::type

Definition at line 4260 of file parsenodes.h.

◆ vkey

List* PropGraphVertex::vkey

Definition at line 4262 of file parsenodes.h.

◆ vtable

RangeVar* PropGraphVertex::vtable

Definition at line 4261 of file parsenodes.h.


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