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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVargraph_name
 
struct GraphPatterngraph_pattern
 
Listcolumns
 
Aliasalias
 
ParseLoc location
 

Detailed Description

Definition at line 716 of file parsenodes.h.

Field Documentation

◆ alias

Alias* RangeGraphTable::alias

Definition at line 722 of file parsenodes.h.

◆ columns

List* RangeGraphTable::columns

Definition at line 721 of file parsenodes.h.

◆ graph_name

RangeVar* RangeGraphTable::graph_name

Definition at line 719 of file parsenodes.h.

◆ graph_pattern

struct GraphPattern* RangeGraphTable::graph_pattern

Definition at line 720 of file parsenodes.h.

◆ location

ParseLoc RangeGraphTable::location

Definition at line 723 of file parsenodes.h.

◆ type

NodeTag RangeGraphTable::type

Definition at line 718 of file parsenodes.h.


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