PostgreSQL Source Code: GMReaderTupleBuffer Struct Reference (original) (raw)

Data Fields
MinimalTuple * tuple
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

Definition at line 44 of file nodeGatherMerge.c.

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

readCounter

int GMReaderTupleBuffer::readCounter

Definition at line 45 of file nodeGatherMerge.c.

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

tuple

MinimalTuple* GMReaderTupleBuffer::tuple

Definition at line 43 of file nodeGatherMerge.c.

Referenced by gather_merge_clear_tuples(), gather_merge_readnext(), gather_merge_setup(), and load_tuple_array().


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