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
21
22extern Node *transformGraphPattern(ParseState *pstate, GraphPattern *graph_pattern);
23
24#endif /* PARSE_GRAPHTABLE_H */
Node * transformGraphPattern(ParseState *pstate, GraphPattern *graph_pattern)
Node * transformGraphTablePropertyRef(ParseState *pstate, ColumnRef *cref)
static int fb(int x)
Definition nodes.h:135