|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2709 of file execnodes.h.
| Oid* SetOpState::eqfuncoids |
Definition at line 2723 of file execnodes.h.
| FmgrInfo* SetOpState::hashfunctions |
Definition at line 2724 of file execnodes.h.
| TupleHashIterator SetOpState::hashiter |
Definition at line 2728 of file execnodes.h.
Referenced by ExecReScanSetOp().
| TupleHashTable SetOpState::hashtable |
Definition at line 2725 of file execnodes.h.
Referenced by ExecReScanSetOp().
| SetOpStatePerInput SetOpState::leftInput |
Definition at line 2718 of file execnodes.h.
| bool SetOpState::need_init |
Definition at line 2720 of file execnodes.h.
Referenced by ExecReScanSetOp().
| int SetOpState::numCols |
Definition at line 2714 of file execnodes.h.
| int64 SetOpState::numOutput |
Definition at line 2713 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| PlanState SetOpState::ps |
Definition at line 2711 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| SetOpStatePerInput SetOpState::rightInput |
Definition at line 2719 of file execnodes.h.
| bool SetOpState::setop_done |
Definition at line 2712 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| SortSupport SetOpState::sortKeys |
Definition at line 2717 of file execnodes.h.
| bool SetOpState::table_filled |
Definition at line 2727 of file execnodes.h.
Referenced by ExecReScanSetOp(), and ExecSetOp().
| MemoryContext SetOpState::tuplesContext |
Definition at line 2726 of file execnodes.h.
Referenced by ExecEndSetOp().