PostgreSQL Source Code: RecursiveUnionState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
PlanState ps
bool recursing
bool intermediate_empty
Tuplestorestate * working_table
Tuplestorestate * intermediate_table
Oid * eqfuncoids
FmgrInfo * hashfunctions
MemoryContext tempContext
TupleHashTable hashtable
MemoryContext tableContext

Definition at line 1557 of file execnodes.h.

eqfuncoids

Oid* RecursiveUnionState::eqfuncoids

hashfunctions

FmgrInfo* RecursiveUnionState::hashfunctions

hashtable

intermediate_empty

bool RecursiveUnionState::intermediate_empty

intermediate_table

ps

recursing

bool RecursiveUnionState::recursing

tableContext

tempContext

working_table


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