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

#include <parsenodes.h>

Data Fields

NodeTag type
 
GraphElementPatternKind kind
 
const charvariable
 
Nodelabelexpr
 
Listsubexpr
 
NodewhereClause
 
Listquantifier
 
ParseLoc location
 

Detailed Description

Definition at line 1043 of file parsenodes.h.

Field Documentation

◆ kind

GraphElementPatternKind GraphElementPattern::kind

Definition at line 1046 of file parsenodes.h.

◆ labelexpr

Node* GraphElementPattern::labelexpr

Definition at line 1048 of file parsenodes.h.

◆ location

ParseLoc GraphElementPattern::location

Definition at line 1052 of file parsenodes.h.

◆ quantifier

List* GraphElementPattern::quantifier

Definition at line 1051 of file parsenodes.h.

◆ subexpr

List* GraphElementPattern::subexpr

Definition at line 1049 of file parsenodes.h.

◆ type

NodeTag GraphElementPattern::type

Definition at line 1045 of file parsenodes.h.

◆ variable

const char* GraphElementPattern::variable

Definition at line 1047 of file parsenodes.h.

◆ whereClause

Node* GraphElementPattern::whereClause

Definition at line 1050 of file parsenodes.h.


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