PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 1415 of file execnodes.h.
Oid* RecursiveUnionState::eqfuncoids |
Definition at line 1423 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitRecursiveUnion().
FmgrInfo* RecursiveUnionState::hashfunctions |
Definition at line 1424 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitRecursiveUnion().
TupleHashTable RecursiveUnionState::hashtable |
Definition at line 1426 of file execnodes.h.
Referenced by build_hash_table(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().
bool RecursiveUnionState::intermediate_empty |
Definition at line 1419 of file execnodes.h.
Referenced by ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().
Tuplestorestate* RecursiveUnionState::intermediate_table |
Definition at line 1421 of file execnodes.h.
Referenced by ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().
PlanState RecursiveUnionState::ps |
Definition at line 1417 of file execnodes.h.
Referenced by build_hash_table(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), ExecReScanRecursiveUnion(), and ExecWorkTableScan().
bool RecursiveUnionState::recursing |
Definition at line 1418 of file execnodes.h.
Referenced by ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().
MemoryContext RecursiveUnionState::tableContext |
Definition at line 1427 of file execnodes.h.
Referenced by build_hash_table(), ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), and ExecReScanRecursiveUnion().
MemoryContext RecursiveUnionState::tempContext |
Definition at line 1425 of file execnodes.h.
Referenced by build_hash_table(), ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), and ExecRecursiveUnion().
Tuplestorestate* RecursiveUnionState::working_table |
Definition at line 1420 of file execnodes.h.
Referenced by ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), ExecReScanRecursiveUnion(), ExecReScanWorkTableScan(), and WorkTableScanNext().