|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| Node * | transformGraphTablePropertyRef (ParseState *pstate, ColumnRef *cref) |
| Node * | transformGraphPattern (ParseState *pstate, GraphPattern *graph_pattern) |
|
extern |
Definition at line 299 of file parse_graphtable.c.
References assign_expr_collations(), castNode, EXPR_KIND_WHERE, GraphPattern::path_pattern_list, transformExpr(), transformPathPatternList(), and GraphPattern::whereClause.
Referenced by transformRangeGraphTable().
|
extern |
Definition at line 79 of file parse_graphtable.c.
References CStringGetDatum(), ereport, errcode(), errmsg, ERROR, EXPR_KIND_SELECT_TARGET, fb(), Form_pg_propgraph_property, GETSTRUCT(), HeapTupleIsValid, IsA, linitial, list_length(), list_member(), lsecond, makeNode, ObjectIdGetDatum(), ParseState::p_expr_kind, ParseState::p_graph_table_pstate, parser_errposition(), ReleaseSysCache(), SearchSysCache2(), and strVal.
Referenced by transformColumnRef().