PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2852 of file execnodes.h.
Oid* SetOpState::eqfuncoids |
Definition at line 2866 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
FmgrInfo* SetOpState::hashfunctions |
Definition at line 2867 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
TupleHashIterator SetOpState::hashiter |
Definition at line 2871 of file execnodes.h.
Referenced by ExecReScanSetOp(), setop_fill_hash_table(), and setop_retrieve_hash_table().
TupleHashTable SetOpState::hashtable |
Definition at line 2868 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 2861 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_sorted().
bool SetOpState::need_init |
Definition at line 2863 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), and setop_retrieve_sorted().
int SetOpState::numCols |
Definition at line 2857 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_compare_slots().
int64 SetOpState::numOutput |
Definition at line 2856 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 2854 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 2862 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_sorted().
bool SetOpState::setop_done |
Definition at line 2855 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), setop_retrieve_hash_table(), and setop_retrieve_sorted().
SortSupport SetOpState::sortKeys |
Definition at line 2860 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_compare_slots().
bool SetOpState::table_filled |
Definition at line 2870 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), and setop_fill_hash_table().
MemoryContext SetOpState::tableContext |
Definition at line 2869 of file execnodes.h.
Referenced by build_hash_table(), ExecEndSetOp(), ExecInitSetOp(), and ExecReScanSetOp().