PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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:1669
List
Definition:
pg_list.h:54
ParseState
Definition:
parse_node.h:207
WithClause
Definition:
parsenodes.h:1593
src
include
parser
parse_cte.h
Generated on Wed Nov 27 2024 06:13:27 for PostgreSQL Source Code by
1.9.1