|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1601 of file execnodes.h.
| Oid* RecursiveUnionState::eqfuncoids |
Definition at line 1609 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitRecursiveUnion().
| FmgrInfo* RecursiveUnionState::hashfunctions |
Definition at line 1610 of file execnodes.h.
Referenced by build_hash_table(), and ExecInitRecursiveUnion().
| TupleHashTable RecursiveUnionState::hashtable |
Definition at line 1612 of file execnodes.h.
Referenced by build_hash_table(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().
| bool RecursiveUnionState::intermediate_empty |
Definition at line 1605 of file execnodes.h.
Referenced by ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().
| Tuplestorestate* RecursiveUnionState::intermediate_table |
Definition at line 1607 of file execnodes.h.
Referenced by ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), ExecReScanRecursiveUnion(), and show_recursive_union_info().
| PlanState RecursiveUnionState::ps |
Definition at line 1603 of file execnodes.h.
Referenced by build_hash_table(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), ExecReScanRecursiveUnion(), and ExecWorkTableScan().
| bool RecursiveUnionState::recursing |
Definition at line 1604 of file execnodes.h.
Referenced by ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().
| MemoryContext RecursiveUnionState::tempContext |
Definition at line 1611 of file execnodes.h.
Referenced by build_hash_table(), ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), and ExecRecursiveUnion().
| MemoryContext RecursiveUnionState::tuplesContext |
Definition at line 1613 of file execnodes.h.
Referenced by build_hash_table(), ExecEndRecursiveUnion(), and ExecInitRecursiveUnion().
| Tuplestorestate* RecursiveUnionState::working_table |
Definition at line 1606 of file execnodes.h.
Referenced by ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), ExecReScanRecursiveUnion(), ExecReScanWorkTableScan(), show_recursive_union_info(), and WorkTableScanNext().