|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2737 of file execnodes.h.
| Oid* SetOpState::eqfuncoids |
Definition at line 2751 of file execnodes.h.
| FmgrInfo* SetOpState::hashfunctions |
Definition at line 2752 of file execnodes.h.
| TupleHashIterator SetOpState::hashiter |
Definition at line 2756 of file execnodes.h.
Referenced by ExecReScanSetOp().
| TupleHashTable SetOpState::hashtable |
Definition at line 2753 of file execnodes.h.
Referenced by ExecReScanSetOp().
| SetOpStatePerInput SetOpState::leftInput |
Definition at line 2746 of file execnodes.h.
| bool SetOpState::need_init |
Definition at line 2748 of file execnodes.h.
Referenced by ExecReScanSetOp().
| int SetOpState::numCols |
Definition at line 2742 of file execnodes.h.
| int64 SetOpState::numOutput |
Definition at line 2741 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| PlanState SetOpState::ps |
Definition at line 2739 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| SetOpStatePerInput SetOpState::rightInput |
Definition at line 2747 of file execnodes.h.
| bool SetOpState::setop_done |
Definition at line 2740 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| SortSupport SetOpState::sortKeys |
Definition at line 2745 of file execnodes.h.
| bool SetOpState::table_filled |
Definition at line 2755 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| MemoryContext SetOpState::tuplesContext |
Definition at line 2754 of file execnodes.h.
Referenced by ExecEndSetOp().