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
joininfo.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* joininfo.h
4
* prototypes for joininfo.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/joininfo.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef JOININFO_H
15
#define JOININFO_H
16
17
#include "
nodes/pathnodes.h
"
18
19
20
extern
bool
have_relevant_joinclause
(
PlannerInfo
*
root
,
21
RelOptInfo
*rel1,
RelOptInfo
*rel2);
22
23
extern
void
add_join_clause_to_rels
(
PlannerInfo
*
root
,
24
RestrictInfo
*restrictinfo,
25
Relids
join_relids);
26
extern
void
remove_join_clause_from_rels
(
PlannerInfo
*
root
,
27
RestrictInfo
*restrictinfo,
28
Relids
join_relids);
29
30
#endif
/* JOININFO_H */
remove_join_clause_from_rels
void remove_join_clause_from_rels(PlannerInfo *root, RestrictInfo *restrictinfo, Relids join_relids)
Definition:
joininfo.c:161
add_join_clause_to_rels
void add_join_clause_to_rels(PlannerInfo *root, RestrictInfo *restrictinfo, Relids join_relids)
Definition:
joininfo.c:98
have_relevant_joinclause
bool have_relevant_joinclause(PlannerInfo *root, RelOptInfo *rel1, RelOptInfo *rel2)
Definition:
joininfo.c:39
pathnodes.h
root
tree ctl root
Definition:
radixtree.h:1857
Bitmapset
Definition:
bitmapset.h:50
PlannerInfo
Definition:
pathnodes.h:220
RelOptInfo
Definition:
pathnodes.h:887
RestrictInfo
Definition:
pathnodes.h:2694
src
include
optimizer
joininfo.h
Generated on Wed Apr 30 2025 18:13:26 for PostgreSQL Source Code by
1.9.4