PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
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
c
d
f
h
i
n
o
p
r
s
t
~
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
inherit.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* inherit.h
4
* prototypes for inherit.c.
5
*
6
*
7
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/optimizer/inherit.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef INHERIT_H
15
#define INHERIT_H
16
17
#include "
nodes/pathnodes.h
"
18
19
20
extern
void
expand_inherited_rtentry
(
PlannerInfo
*
root
,
RelOptInfo
*rel,
21
RangeTblEntry
*rte,
Index
rti);
22
23
extern
Bitmapset
*
get_rel_all_updated_cols
(
PlannerInfo
*
root
,
RelOptInfo
*rel);
24
25
extern
bool
apply_child_basequals
(
PlannerInfo
*
root
,
RelOptInfo
*parentrel,
26
RelOptInfo
*childrel,
RangeTblEntry
*childRTE,
27
AppendRelInfo
*appinfo);
28
29
#endif
/* INHERIT_H */
Index
unsigned int Index
Definition:
c.h:585
apply_child_basequals
bool apply_child_basequals(PlannerInfo *root, RelOptInfo *parentrel, RelOptInfo *childrel, RangeTblEntry *childRTE, AppendRelInfo *appinfo)
Definition:
inherit.c:843
get_rel_all_updated_cols
Bitmapset * get_rel_all_updated_cols(PlannerInfo *root, RelOptInfo *rel)
Definition:
inherit.c:657
expand_inherited_rtentry
void expand_inherited_rtentry(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte, Index rti)
Definition:
inherit.c:86
pathnodes.h
root
tree ctl root
Definition:
radixtree.h:1857
AppendRelInfo
Definition:
pathnodes.h:2993
Bitmapset
Definition:
bitmapset.h:50
PlannerInfo
Definition:
pathnodes.h:217
RangeTblEntry
Definition:
parsenodes.h:1041
RelOptInfo
Definition:
pathnodes.h:884
src
include
optimizer
inherit.h
Generated on Thu Mar 13 2025 18:13:25 for PostgreSQL Source Code by
1.9.4