PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 2643 of file execnodes.h.
Oid* SetOpState::eqfuncoids |
Definition at line 2647 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
ExprState* SetOpState::eqfunction |
Definition at line 2646 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_direct().
HeapTuple SetOpState::grp_firstTuple |
Definition at line 2653 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), and setop_retrieve_direct().
FmgrInfo* SetOpState::hashfunctions |
Definition at line 2648 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitSetOp().
TupleHashIterator SetOpState::hashiter |
Definition at line 2658 of file execnodes.h.
Referenced by ExecReScanSetOp(), setop_fill_hash_table(), and setop_retrieve_hash_table().
TupleHashTable SetOpState::hashtable |
Definition at line 2655 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 2650 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 2652 of file execnodes.h.
Referenced by ExecInitSetOp(), and setop_retrieve_direct().
PlanState SetOpState::ps |
Definition at line 2645 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 2649 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), setop_retrieve_direct(), and setop_retrieve_hash_table().
bool SetOpState::table_filled |
Definition at line 2657 of file execnodes.h.
Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), and setop_fill_hash_table().
MemoryContext SetOpState::tableContext |
Definition at line 2656 of file execnodes.h.
Referenced by build_hash_table(), ExecEndSetOp(), ExecInitSetOp(), and ExecReScanSetOp().