PostgreSQL Source Code
git master
|
#include <gist_private.h>
Definition at line 154 of file gist_private.h.
BlockNumber GISTScanOpaqueData::curBlkno |
Definition at line 170 of file gist_private.h.
Referenced by gistbeginscan(), gistgettuple(), and gistkillitems().
OffsetNumber GISTScanOpaqueData::curPageData |
Definition at line 176 of file gist_private.h.
Referenced by gistgetbitmap(), gistgettuple(), and gistScanPage().
GistNSN GISTScanOpaqueData::curPageLSN |
Definition at line 171 of file gist_private.h.
Referenced by gistbeginscan(), gistkillitems(), and gistScanPage().
IndexOrderByDistance* GISTScanOpaqueData::distances |
Definition at line 165 of file gist_private.h.
Referenced by gistbeginscan(), gistindex_keytest(), and gistScanPage().
bool GISTScanOpaqueData::firstCall |
Definition at line 162 of file gist_private.h.
Referenced by gistgettuple(), and gistrescan().
GISTSTATE* GISTScanOpaqueData::giststate |
Definition at line 156 of file gist_private.h.
Referenced by gistbeginscan(), gistendscan(), gistgettuple(), gistindex_keytest(), gistrescan(), and gistScanPage().
OffsetNumber* GISTScanOpaqueData::killedItems |
Definition at line 168 of file gist_private.h.
Referenced by gistbeginscan(), gistgettuple(), and gistkillitems().
OffsetNumber GISTScanOpaqueData::nPageData |
Definition at line 175 of file gist_private.h.
Referenced by gistgetbitmap(), gistgettuple(), and gistScanPage().
int GISTScanOpaqueData::numKilled |
Definition at line 169 of file gist_private.h.
Referenced by gistbeginscan(), gistgettuple(), and gistkillitems().
Oid* GISTScanOpaqueData::orderByTypes |
Definition at line 157 of file gist_private.h.
Referenced by getNextNearest(), and gistrescan().
GISTSearchHeapItem GISTScanOpaqueData::pageData[BLCKSZ/sizeof(IndexTupleData)] |
Definition at line 174 of file gist_private.h.
Referenced by gistgettuple(), and gistScanPage().
MemoryContext GISTScanOpaqueData::pageDataCxt |
Definition at line 177 of file gist_private.h.
Referenced by gistgetbitmap(), gistgettuple(), gistrescan(), and gistScanPage().
bool GISTScanOpaqueData::qual_ok |
Definition at line 161 of file gist_private.h.
Referenced by gistbeginscan(), gistgetbitmap(), gistgettuple(), and gistrescan().
pairingheap* GISTScanOpaqueData::queue |
Definition at line 159 of file gist_private.h.
Referenced by getNextGISTSearchItem(), gistbeginscan(), gistrescan(), and gistScanPage().
MemoryContext GISTScanOpaqueData::queueCxt |
Definition at line 160 of file gist_private.h.
Referenced by gistbeginscan(), gistrescan(), and gistScanPage().