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
gistscan.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* gistscan.h
4
* routines defined in access/gist/gistscan.c
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/access/gistscan.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef GISTSCAN_H
15
#define GISTSCAN_H
16
17
#include "
access/amapi.h
"
18
19
extern
IndexScanDesc
gistbeginscan
(
Relation
r,
int
nkeys,
int
norderbys);
20
extern
void
gistrescan
(
IndexScanDesc
scan,
ScanKey
key
,
int
nkeys,
21
ScanKey
orderbys,
int
norderbys);
22
extern
void
gistendscan
(
IndexScanDesc
scan);
23
24
#endif
/* GISTSCAN_H */
amapi.h
gistbeginscan
IndexScanDesc gistbeginscan(Relation r, int nkeys, int norderbys)
Definition:
gistscan.c:74
gistendscan
void gistendscan(IndexScanDesc scan)
Definition:
gistscan.c:347
gistrescan
void gistrescan(IndexScanDesc scan, ScanKey key, int nkeys, ScanKey orderbys, int norderbys)
Definition:
gistscan.c:127
sort-test.key
key
Definition:
sort-test.py:19
IndexScanDescData
Definition:
relscan.h:138
RelationData
Definition:
rel.h:56
ScanKeyData
Definition:
skey.h:65
src
include
access
gistscan.h
Generated on Wed Dec 4 2024 00:13:24 for PostgreSQL Source Code by
1.9.1