|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2722 of file execnodes.h.
| Oid* SetOpState::eqfuncoids |
Definition at line 2736 of file execnodes.h.
| FmgrInfo* SetOpState::hashfunctions |
Definition at line 2737 of file execnodes.h.
| TupleHashIterator SetOpState::hashiter |
Definition at line 2741 of file execnodes.h.
Referenced by ExecReScanSetOp().
| TupleHashTable SetOpState::hashtable |
Definition at line 2738 of file execnodes.h.
Referenced by ExecReScanSetOp().
| SetOpStatePerInput SetOpState::leftInput |
Definition at line 2731 of file execnodes.h.
| bool SetOpState::need_init |
Definition at line 2733 of file execnodes.h.
Referenced by ExecReScanSetOp().
| int SetOpState::numCols |
Definition at line 2727 of file execnodes.h.
| int64 SetOpState::numOutput |
Definition at line 2726 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| PlanState SetOpState::ps |
Definition at line 2724 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| SetOpStatePerInput SetOpState::rightInput |
Definition at line 2732 of file execnodes.h.
| bool SetOpState::setop_done |
Definition at line 2725 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| SortSupport SetOpState::sortKeys |
Definition at line 2730 of file execnodes.h.
| bool SetOpState::table_filled |
Definition at line 2740 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| MemoryContext SetOpState::tuplesContext |
Definition at line 2739 of file execnodes.h.
Referenced by ExecEndSetOp().