PostgreSQL Source Code
git master
|
#include <gin_private.h>
Definition at line 336 of file gin_private.h.
OffsetNumber GinScanEntryData::attnum |
Definition at line 345 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
GinBtreeData GinScanEntryData::btree |
Definition at line 366 of file gin_private.h.
Referenced by entryLoadMoreItems(), and startScanEntry().
Buffer GinScanEntryData::buffer |
Definition at line 348 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
ItemPointerData GinScanEntryData::curItem |
Definition at line 351 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), keyGetItem(), and startScanEntry().
Pointer GinScanEntryData::extra_data |
Definition at line 342 of file gin_private.h.
Referenced by collectMatchBitmap(), ginFillScanEntry(), and matchPartialInPendingList().
bool GinScanEntryData::isFinished |
Definition at line 363 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), keyGetItem(), and startScanEntry().
bool GinScanEntryData::isPartialMatch |
Definition at line 341 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), and startScanEntry().
ItemPointerData* GinScanEntryData::list |
Definition at line 359 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
TIDBitmap* GinScanEntryData::matchBitmap |
Definition at line 354 of file gin_private.h.
Referenced by collectMatchBitmap(), entryGetItem(), ginFillScanEntry(), ginFreeScanKeys(), scanPostingTree(), and startScanEntry().
TBMIterator* GinScanEntryData::matchIterator |
Definition at line 355 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
TBMIterateResult* GinScanEntryData::matchResult |
Definition at line 356 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), and startScanEntry().
int GinScanEntryData::nlist |
Definition at line 360 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), and startScanEntry().
OffsetNumber GinScanEntryData::offset |
Definition at line 361 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), and startScanEntry().
uint32 GinScanEntryData::predictNumberResult |
Definition at line 365 of file gin_private.h.
Referenced by collectMatchBitmap(), scanPostingTree(), startScan(), and startScanEntry().
GinNullCategory GinScanEntryData::queryCategory |
Definition at line 340 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
Datum GinScanEntryData::queryKey |
Definition at line 339 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
bool GinScanEntryData::reduceResult |
Definition at line 364 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), startScan(), and startScanEntry().
int32 GinScanEntryData::searchMode |
Definition at line 344 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), and ginFillScanEntry().
StrategyNumber GinScanEntryData::strategy |
Definition at line 343 of file gin_private.h.
Referenced by collectMatchBitmap(), ginFillScanEntry(), and matchPartialInPendingList().