|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| TupleTableSlot * | firstTupleSlot |
| int64 | numTuples |
| TupleTableSlot * | nextTupleSlot |
| bool | needGroup |
Definition at line 2701 of file execnodes.h.
| TupleTableSlot* SetOpStatePerInput::firstTupleSlot |
Definition at line 2703 of file execnodes.h.
| bool SetOpStatePerInput::needGroup |
Definition at line 2706 of file execnodes.h.
| TupleTableSlot* SetOpStatePerInput::nextTupleSlot |
Definition at line 2705 of file execnodes.h.
| int64 SetOpStatePerInput::numTuples |
Definition at line 2704 of file execnodes.h.