PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2833 of file execnodes.h.
Oid* SetOpState::eqfuncoids |
Definition at line 2847 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
FmgrInfo* SetOpState::hashfunctions |
Definition at line 2848 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
TupleHashIterator SetOpState::hashiter |
Definition at line 2852 of file execnodes.h.
Referenced by ExecReScanSetOp(), setop_fill_hash_table(), and setop_retrieve_hash_table().
TupleHashTable SetOpState::hashtable |
Definition at line 2849 of file execnodes.h.
Referenced by build_hash_table(), ExecReScanSetOp(), setop_fill_hash_table(), and setop_retrieve_hash_table().
SetOpStatePerInput SetOpState::leftInput |
Definition at line 2842 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_sorted().
bool SetOpState::need_init |
Definition at line 2844 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), and setop_retrieve_sorted().
int SetOpState::numCols |
Definition at line 2838 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_compare_slots().
int64 SetOpState::numOutput |
Definition at line 2837 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), set_output_count(), setop_retrieve_hash_table(), and setop_retrieve_sorted().
PlanState SetOpState::ps |
Definition at line 2835 of file execnodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), set_output_count(), setop_fill_hash_table(), setop_retrieve_hash_table(), and setop_retrieve_sorted().
SetOpStatePerInput SetOpState::rightInput |
Definition at line 2843 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_sorted().
bool SetOpState::setop_done |
Definition at line 2836 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), setop_retrieve_hash_table(), and setop_retrieve_sorted().
SortSupport SetOpState::sortKeys |
Definition at line 2841 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_compare_slots().
bool SetOpState::table_filled |
Definition at line 2851 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), and setop_fill_hash_table().
MemoryContext SetOpState::tableContext |
Definition at line 2850 of file execnodes.h.
Referenced by build_hash_table(), ExecEndSetOp(), ExecInitSetOp(), and ExecReScanSetOp().