PostgreSQL Source Code
git master
parse_cte.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* parse_cte.h
4
* handle CTEs (common table expressions) in parser
5
*
6
*
7
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/parser/parse_cte.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef PARSE_CTE_H
15
#define PARSE_CTE_H
16
17
#include "
parser/parse_node.h
"
18
19
extern
List
*
transformWithClause
(
ParseState
*pstate,
WithClause
*withClause);
20
21
extern
void
analyzeCTETargetList
(
ParseState
*pstate,
CommonTableExpr
*cte,
22
List
*tlist);
23
24
#endif
/* PARSE_CTE_H */
analyzeCTETargetList
void analyzeCTETargetList(ParseState *pstate, CommonTableExpr *cte, List *tlist)
Definition:
parse_cte.c:570
transformWithClause
List * transformWithClause(ParseState *pstate, WithClause *withClause)
Definition:
parse_cte.c:109
parse_node.h
CommonTableExpr
Definition:
parsenodes.h:1659
List
Definition:
pg_list.h:54
ParseState
Definition:
parse_node.h:191
WithClause
Definition:
parsenodes.h:1583
src
include
parser
parse_cte.h
Generated on Sat Sep 7 2024 18:13:24 for PostgreSQL Source Code by
1.9.1