|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| TupleTableSlot * | firstTupleSlot |
| int64 | numTuples |
| TupleTableSlot * | nextTupleSlot |
| bool | needGroup |
Definition at line 2714 of file execnodes.h.
| TupleTableSlot* SetOpStatePerInput::firstTupleSlot |
Definition at line 2716 of file execnodes.h.
| bool SetOpStatePerInput::needGroup |
Definition at line 2719 of file execnodes.h.
| TupleTableSlot* SetOpStatePerInput::nextTupleSlot |
Definition at line 2718 of file execnodes.h.
| int64 SetOpStatePerInput::numTuples |
Definition at line 2717 of file execnodes.h.