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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listpath_pattern_list
 
NodewhereClause
 

Detailed Description

Definition at line 1023 of file parsenodes.h.

Field Documentation

◆ path_pattern_list

List* GraphPattern::path_pattern_list

Definition at line 1026 of file parsenodes.h.

Referenced by get_graph_pattern_def(), and transformGraphPattern().

◆ type

NodeTag GraphPattern::type

Definition at line 1025 of file parsenodes.h.

◆ whereClause

Node* GraphPattern::whereClause

Definition at line 1027 of file parsenodes.h.

Referenced by get_graph_pattern_def(), and transformGraphPattern().


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