|
PostgreSQL Source Code git master
|
#include <gin_private.h>
Definition at line 332 of file gin_private.h.
| OffsetNumber GinScanEntryData::attnum |
Definition at line 341 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
| GinBtreeData GinScanEntryData::btree |
Definition at line 369 of file gin_private.h.
Referenced by entryLoadMoreItems(), and startScanEntry().
| Buffer GinScanEntryData::buffer |
Definition at line 344 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
| ItemPointerData GinScanEntryData::curItem |
Definition at line 347 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), keyGetItem(), and startScanEntry().
| Pointer GinScanEntryData::extra_data |
Definition at line 338 of file gin_private.h.
Referenced by collectMatchBitmap(), ginFillScanEntry(), and matchPartialInPendingList().
| bool GinScanEntryData::isFinished |
Definition at line 366 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), keyGetItem(), and startScanEntry().
| bool GinScanEntryData::isPartialMatch |
Definition at line 337 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), and startScanEntry().
| ItemPointerData* GinScanEntryData::list |
Definition at line 362 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
| TIDBitmap* GinScanEntryData::matchBitmap |
Definition at line 350 of file gin_private.h.
Referenced by collectMatchBitmap(), entryGetItem(), ginFillScanEntry(), ginFreeScanKeys(), scanPostingTree(), and startScanEntry().
| TBMPrivateIterator* GinScanEntryData::matchIterator |
Definition at line 351 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), ginFreeScanKeys(), and startScanEntry().
| int GinScanEntryData::matchNtuples |
Definition at line 359 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), and startScanEntry().
| OffsetNumber GinScanEntryData::matchOffsets[TBM_MAX_TUPLES_PER_PAGE] |
Definition at line 358 of file gin_private.h.
Referenced by entryGetItem().
| TBMIterateResult GinScanEntryData::matchResult |
Definition at line 357 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), and startScanEntry().
| int GinScanEntryData::nlist |
Definition at line 363 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), and startScanEntry().
| OffsetNumber GinScanEntryData::offset |
Definition at line 364 of file gin_private.h.
Referenced by entryGetItem(), entryLoadMoreItems(), ginFillScanEntry(), and startScanEntry().
| uint32 GinScanEntryData::predictNumberResult |
Definition at line 368 of file gin_private.h.
Referenced by collectMatchBitmap(), scanPostingTree(), and startScanEntry().
| GinNullCategory GinScanEntryData::queryCategory |
Definition at line 336 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
| Datum GinScanEntryData::queryKey |
Definition at line 335 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), ginFillScanEntry(), matchPartialInPendingList(), and startScanEntry().
| bool GinScanEntryData::reduceResult |
Definition at line 367 of file gin_private.h.
Referenced by entryGetItem(), ginFillScanEntry(), and startScanEntry().
| int32 GinScanEntryData::searchMode |
Definition at line 340 of file gin_private.h.
Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), and ginFillScanEntry().
| StrategyNumber GinScanEntryData::strategy |
Definition at line 339 of file gin_private.h.
Referenced by collectMatchBitmap(), ginFillScanEntry(), and matchPartialInPendingList().