PostgreSQL Source Code git master
Loading...
Searching...
No Matches
GMReaderTupleBuffer Struct Reference

Data Fields

MinimalTupletuple
 
int nTuples
 
int readCounter
 
bool done
 

Detailed Description

Definition at line 42 of file nodeGatherMerge.c.

Field Documentation

◆ done

bool GMReaderTupleBuffer::done

Definition at line 47 of file nodeGatherMerge.c.

◆ nTuples

int GMReaderTupleBuffer::nTuples

Definition at line 45 of file nodeGatherMerge.c.

Referenced by load_tuple_array().

◆ readCounter

int GMReaderTupleBuffer::readCounter

Definition at line 46 of file nodeGatherMerge.c.

◆ tuple

MinimalTuple* GMReaderTupleBuffer::tuple

Definition at line 44 of file nodeGatherMerge.c.


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