PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GMReaderTupleBuffer Struct Reference

Data Fields

MinimalTupletuple
 
int nTuples
 
int readCounter
 
bool done
 

Detailed Description

Definition at line 41 of file nodeGatherMerge.c.

Field Documentation

◆ done

bool GMReaderTupleBuffer::done

Definition at line 46 of file nodeGatherMerge.c.

Referenced by gather_merge_init(), gather_merge_readnext(), and load_tuple_array().

◆ nTuples

int GMReaderTupleBuffer::nTuples

◆ readCounter

int GMReaderTupleBuffer::readCounter

◆ tuple

MinimalTuple* GMReaderTupleBuffer::tuple

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