PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 2696 of file execnodes.h.
Oid* SetOpState::eqfuncoids |
Definition at line 2700 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
ExprState* SetOpState::eqfunction |
Definition at line 2699 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_direct().
HeapTuple SetOpState::grp_firstTuple |
Definition at line 2706 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), and setop_retrieve_direct().
FmgrInfo* SetOpState::hashfunctions |
Definition at line 2701 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
TupleHashIterator SetOpState::hashiter |
Definition at line 2711 of file execnodes.h.
Referenced by ExecReScanSetOp(), setop_fill_hash_table(), and setop_retrieve_hash_table().
TupleHashTable SetOpState::hashtable |
Definition at line 2708 of file execnodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), ExecReScanSetOp(), setop_fill_hash_table(), and setop_retrieve_hash_table().
long SetOpState::numOutput |
Definition at line 2703 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), set_output_count(), setop_retrieve_direct(), and setop_retrieve_hash_table().
SetOpStatePerGroup SetOpState::pergroup |
Definition at line 2705 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_direct().
PlanState SetOpState::ps |
Definition at line 2698 of file execnodes.h.
Referenced by build_hash_table(), ExecEndSetOp(), ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), fetch_tuple_flag(), set_output_count(), setop_fill_hash_table(), setop_retrieve_direct(), and setop_retrieve_hash_table().
bool SetOpState::setop_done |
Definition at line 2702 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), setop_retrieve_direct(), and setop_retrieve_hash_table().
bool SetOpState::table_filled |
Definition at line 2710 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), and setop_fill_hash_table().
MemoryContext SetOpState::tableContext |
Definition at line 2709 of file execnodes.h.
Referenced by build_hash_table(), ExecEndSetOp(), ExecInitSetOp(), and ExecReScanSetOp().