|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| TupleTableSlot * | firstTupleSlot |
| int64 | numTuples |
| TupleTableSlot * | nextTupleSlot |
| bool | needGroup |
Definition at line 2852 of file execnodes.h.
| TupleTableSlot* SetOpStatePerInput::firstTupleSlot |
Definition at line 2854 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_sorted().
| bool SetOpStatePerInput::needGroup |
Definition at line 2857 of file execnodes.h.
Referenced by setop_retrieve_sorted().
| TupleTableSlot* SetOpStatePerInput::nextTupleSlot |
Definition at line 2856 of file execnodes.h.
Referenced by setop_retrieve_sorted().
| int64 SetOpStatePerInput::numTuples |
Definition at line 2855 of file execnodes.h.
Referenced by setop_retrieve_sorted().