PostgreSQL Source Code git master
|
#include <gin_private.h>
Definition at line 337 of file gin_private.h.
OffsetNumber GinScanEntryData::attnum |
Definition at line 346 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
GinBtreeData GinScanEntryData::btree |
Definition at line 374 of file gin_private.h.
Referenced by entryLoadMoreItems(), and startScanEntry().
Buffer GinScanEntryData::buffer |
Definition at line 349 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
ItemPointerData GinScanEntryData::curItem |
Definition at line 352 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), keyGetItem(), and startScanEntry().
Pointer GinScanEntryData::extra_data |
Definition at line 343 of file gin_private.h.
Referenced by collectMatchBitmap(), ginFillScanEntry(), and matchPartialInPendingList().
bool GinScanEntryData::isFinished |
Definition at line 371 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), keyGetItem(), and startScanEntry().
bool GinScanEntryData::isPartialMatch |
Definition at line 342 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), and startScanEntry().
ItemPointerData* GinScanEntryData::list |
Definition at line 367 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
TIDBitmap* GinScanEntryData::matchBitmap |
Definition at line 355 of file gin_private.h.
Referenced by collectMatchBitmap(), entryGetItem(), ginFillScanEntry(), ginFreeScanKeys(), scanPostingTree(), and startScanEntry().
TBMPrivateIterator* GinScanEntryData::matchIterator |
Definition at line 356 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
int GinScanEntryData::matchNtuples |
Definition at line 364 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), and startScanEntry().
OffsetNumber GinScanEntryData::matchOffsets[TBM_MAX_TUPLES_PER_PAGE] |
Definition at line 363 of file gin_private.h.
Referenced by entryGetItem().
TBMIterateResult GinScanEntryData::matchResult |
Definition at line 362 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), and startScanEntry().
int GinScanEntryData::nlist |
Definition at line 368 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), and startScanEntry().
OffsetNumber GinScanEntryData::offset |
Definition at line 369 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), and startScanEntry().
uint32 GinScanEntryData::predictNumberResult |
Definition at line 373 of file gin_private.h.
Referenced by collectMatchBitmap(), scanPostingTree(), startScan(), and startScanEntry().
GinNullCategory GinScanEntryData::queryCategory |
Definition at line 341 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
Datum GinScanEntryData::queryKey |
Definition at line 340 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
bool GinScanEntryData::reduceResult |
Definition at line 372 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), startScan(), and startScanEntry().
int32 GinScanEntryData::searchMode |
Definition at line 345 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), and ginFillScanEntry().
StrategyNumber GinScanEntryData::strategy |
Definition at line 344 of file gin_private.h.
Referenced by collectMatchBitmap(), ginFillScanEntry(), and matchPartialInPendingList().