PostgreSQL Source Code
git master
|
Data Fields | |
MinimalTuple * | tuple |
int | nTuples |
int | readCounter |
bool | done |
Definition at line 41 of file nodeGatherMerge.c.
bool GMReaderTupleBuffer::done |
Definition at line 46 of file nodeGatherMerge.c.
Referenced by gather_merge_init(), gather_merge_readnext(), and load_tuple_array().
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().
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().
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().