PostgreSQL Source Code  git master
pendingPosition Struct Reference

Data Fields

Buffer pendingBuffer
 
OffsetNumber firstOffset
 
OffsetNumber lastOffset
 
ItemPointerData item
 
boolhasMatchKey
 

Detailed Description

Definition at line 29 of file ginget.c.

Field Documentation

◆ firstOffset

OffsetNumber pendingPosition::firstOffset

Definition at line 32 of file ginget.c.

Referenced by collectMatchesForHeapRow(), and scanGetCandidate().

◆ hasMatchKey

bool* pendingPosition::hasMatchKey

Definition at line 35 of file ginget.c.

Referenced by collectMatchesForHeapRow().

◆ item

ItemPointerData pendingPosition::item

Definition at line 34 of file ginget.c.

Referenced by collectMatchesForHeapRow(), and scanGetCandidate().

◆ lastOffset

OffsetNumber pendingPosition::lastOffset

Definition at line 33 of file ginget.c.

Referenced by collectMatchesForHeapRow(), and scanGetCandidate().

◆ pendingBuffer

Buffer pendingPosition::pendingBuffer

Definition at line 31 of file ginget.c.

Referenced by collectMatchesForHeapRow(), and scanGetCandidate().


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