|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| TupleTableSlot * | firstTupleSlot |
| int64 | numTuples |
| TupleTableSlot * | nextTupleSlot |
| bool | needGroup |
Definition at line 2729 of file execnodes.h.
| TupleTableSlot* SetOpStatePerInput::firstTupleSlot |
Definition at line 2731 of file execnodes.h.
| bool SetOpStatePerInput::needGroup |
Definition at line 2734 of file execnodes.h.
| TupleTableSlot* SetOpStatePerInput::nextTupleSlot |
Definition at line 2733 of file execnodes.h.
| int64 SetOpStatePerInput::numTuples |
Definition at line 2732 of file execnodes.h.