PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 2814 of file execnodes.h.
Oid* SetOpState::eqfuncoids |
Definition at line 2818 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
ExprState* SetOpState::eqfunction |
Definition at line 2817 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_direct().
HeapTuple SetOpState::grp_firstTuple |
Definition at line 2824 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), and setop_retrieve_direct().
FmgrInfo* SetOpState::hashfunctions |
Definition at line 2819 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
TupleHashIterator SetOpState::hashiter |
Definition at line 2829 of file execnodes.h.
Referenced by ExecReScanSetOp(), setop_fill_hash_table(), and setop_retrieve_hash_table().
TupleHashTable SetOpState::hashtable |
Definition at line 2826 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 2821 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 2823 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_direct().
PlanState SetOpState::ps |
Definition at line 2816 of file execnodes.h.
Referenced by build_hash_table(), 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 2820 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), setop_retrieve_direct(), and setop_retrieve_hash_table().
bool SetOpState::table_filled |
Definition at line 2828 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), and setop_fill_hash_table().
MemoryContext SetOpState::tableContext |
Definition at line 2827 of file execnodes.h.
Referenced by build_hash_table(), ExecEndSetOp(), ExecInitSetOp(), and ExecReScanSetOp().