PostgreSQL Source Code  git master
RecursiveUnionState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
bool recursing
 
bool intermediate_empty
 
Tuplestorestateworking_table
 
Tuplestorestateintermediate_table
 
Oideqfuncoids
 
FmgrInfohashfunctions
 
MemoryContext tempContext
 
TupleHashTable hashtable
 
MemoryContext tableContext
 

Detailed Description

Definition at line 1506 of file execnodes.h.

Field Documentation

◆ eqfuncoids

Oid* RecursiveUnionState::eqfuncoids

Definition at line 1514 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitRecursiveUnion().

◆ hashfunctions

FmgrInfo* RecursiveUnionState::hashfunctions

Definition at line 1515 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitRecursiveUnion().

◆ hashtable

TupleHashTable RecursiveUnionState::hashtable

◆ intermediate_empty

bool RecursiveUnionState::intermediate_empty

◆ intermediate_table

Tuplestorestate* RecursiveUnionState::intermediate_table

◆ ps

◆ recursing

bool RecursiveUnionState::recursing

◆ tableContext

MemoryContext RecursiveUnionState::tableContext

◆ tempContext

MemoryContext RecursiveUnionState::tempContext

◆ working_table


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