PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
parse_graphtable.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* parse_graphtable.h
4
* parsing of GRAPH_TABLE
5
*
6
*
7
* Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/parser/parse_graphtable.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef PARSE_GRAPHTABLE_H
15
#define PARSE_GRAPHTABLE_H
16
17
#include "
nodes/pg_list.h
"
18
#include "
parser/parse_node.h
"
19
20
extern
Node
*
transformGraphTablePropertyRef
(
ParseState
*pstate,
ColumnRef
*
cref
);
21
22
extern
Node
*
transformGraphPattern
(
ParseState
*pstate,
GraphPattern
*graph_pattern);
23
24
#endif
/* PARSE_GRAPHTABLE_H */
transformGraphPattern
Node * transformGraphPattern(ParseState *pstate, GraphPattern *graph_pattern)
Definition
parse_graphtable.c:299
transformGraphTablePropertyRef
Node * transformGraphTablePropertyRef(ParseState *pstate, ColumnRef *cref)
Definition
parse_graphtable.c:79
parse_node.h
pg_list.h
fb
static int fb(int x)
Definition
preproc-init.c:92
ColumnRef
Definition
parsenodes.h:309
GraphPattern
Definition
parsenodes.h:1024
Node
Definition
nodes.h:135
ParseState
Definition
parse_node.h:208
src
include
parser
parse_graphtable.h
Generated on Tue Mar 17 2026 18:13:18 for PostgreSQL Source Code by
1.9.8