PostgreSQL Source Code git master
Data Fields
RecursiveUnionState Struct Reference

#include <execnodes.h>

Data Fields

 
bool  recursing
 
 
 
 
 
 
 
 
 

Detailed Description

Definition at line 1557 of file execnodes.h.

Field Documentation

eqfuncoids

Oid* RecursiveUnionState::eqfuncoids

Definition at line 1565 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitRecursiveUnion().

hashfunctions

FmgrInfo* RecursiveUnionState::hashfunctions

Definition at line 1566 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitRecursiveUnion().

hashtable

TupleHashTable RecursiveUnionState::hashtable

Definition at line 1568 of file execnodes.h.

Referenced by build_hash_table(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().

intermediate_empty

bool RecursiveUnionState::intermediate_empty

Definition at line 1561 of file execnodes.h.

Referenced by ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().

intermediate_table

Tuplestorestate* RecursiveUnionState::intermediate_table

Definition at line 1563 of file execnodes.h.

Referenced by ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), ExecReScanRecursiveUnion(), and show_recursive_union_info().

ps

PlanState RecursiveUnionState::ps

Definition at line 1559 of file execnodes.h.

Referenced by build_hash_table(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), ExecReScanRecursiveUnion(), and ExecWorkTableScan().

recursing

bool RecursiveUnionState::recursing

Definition at line 1560 of file execnodes.h.

Referenced by ExecInitRecursiveUnion(), ExecRecursiveUnion(), and ExecReScanRecursiveUnion().

tableContext

MemoryContext RecursiveUnionState::tableContext

Definition at line 1569 of file execnodes.h.

Referenced by build_hash_table(), ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), and ExecReScanRecursiveUnion().

tempContext

MemoryContext RecursiveUnionState::tempContext

Definition at line 1567 of file execnodes.h.

Referenced by build_hash_table(), ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), and ExecRecursiveUnion().

working_table

Tuplestorestate* RecursiveUnionState::working_table

Definition at line 1562 of file execnodes.h.

Referenced by ExecEndRecursiveUnion(), ExecInitRecursiveUnion(), ExecRecursiveUnion(), ExecReScanRecursiveUnion(), ExecReScanWorkTableScan(), show_recursive_union_info(), and WorkTableScanNext().


The documentation for this struct was generated from the following file:

AltStyle によって変換されたページ (->オリジナル) /