PostgreSQL Source Code: GISTScanOpaqueData Struct Reference (original) (raw)
#include <[gist_private.h](gist%5F%5Fprivate%5F8h%5Fsource.html)>
Data Fields | |
---|---|
GISTSTATE * | giststate |
Oid * | orderByTypes |
pairingheap * | queue |
MemoryContext | queueCxt |
bool | qual_ok |
bool | firstCall |
IndexOrderByDistance * | distances |
OffsetNumber * | killedItems |
int | numKilled |
BlockNumber | curBlkno |
GistNSN | curPageLSN |
GISTSearchHeapItem | pageData [BLCKSZ/sizeof(IndexTupleData)] |
OffsetNumber | nPageData |
OffsetNumber | curPageData |
MemoryContext | pageDataCxt |
Definition at line 154 of file gist_private.h.
◆ curBlkno
◆ curPageData
◆ curPageLSN
GistNSN GISTScanOpaqueData::curPageLSN
◆ distances
◆ firstCall
bool GISTScanOpaqueData::firstCall
◆ giststate
◆ killedItems
◆ nPageData
◆ numKilled
int GISTScanOpaqueData::numKilled
◆ orderByTypes
Oid* GISTScanOpaqueData::orderByTypes
◆ pageData
◆ pageDataCxt
◆ qual_ok
bool GISTScanOpaqueData::qual_ok
◆ queue
◆ queueCxt
The documentation for this struct was generated from the following file:
- src/include/access/gist_private.h