Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

GinScanEntryData Struct Reference

#include <gin_private.h>

Data Fields

Datum queryKey
GinNullCategory queryCategory
bool isPartialMatch
Pointer extra_data
StrategyNumber strategy
int32 searchMode
OffsetNumber attnum
Buffer buffer
ItemPointerData curItem
TIDBitmapmatchBitmap
TBMIteratormatchIterator
TBMIterateResultmatchResult
ItemPointerDatalist
uint32 nlist
OffsetNumber offset
bool isFinished
bool reduceResult
uint32 predictNumberResult

Detailed Description

Definition at line 613 of file gin_private.h.


Field Documentation

Definition at line 619 of file gin_private.h.

Referenced by collectMatchBitmap(), ginFillScanEntry(), and matchPartialInPendingList().

Definition at line 632 of file gin_private.h.

Referenced by entryGetItem(), freeScanKeys(), ginFillScanEntry(), and startScanEntry().

Definition at line 633 of file gin_private.h.

Referenced by entryGetItem(), ginFillScanEntry(), and startScanEntry().

Definition at line 637 of file gin_private.h.

Referenced by entryGetItem(), entryGetNextItem(), ginFillScanEntry(), and startScanEntry().

Definition at line 638 of file gin_private.h.

Referenced by entryGetItem(), entryGetNextItem(), ginFillScanEntry(), and startScanEntry().

Definition at line 642 of file gin_private.h.

Referenced by collectMatchBitmap(), scanPostingTree(), startScan(), and startScanEntry().

Definition at line 641 of file gin_private.h.

Referenced by entryGetItem(), ginFillScanEntry(), startScan(), and startScanEntry().

Definition at line 621 of file gin_private.h.

Referenced by collectMatchBitmap(), collectMatchesForHeapRow(), and ginFillScanEntry().

Definition at line 620 of file gin_private.h.

Referenced by collectMatchBitmap(), ginFillScanEntry(), and matchPartialInPendingList().


The documentation for this struct was generated from the following file: