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

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

Data Fields
PlanState ps
bool setop_done
int64 numOutput
int numCols
SortSupport sortKeys
SetOpStatePerInput leftInput
SetOpStatePerInput rightInput
bool need_init
Oid * eqfuncoids
FmgrInfo * hashfunctions
TupleHashTable hashtable
MemoryContext tableContext
bool table_filled
TupleHashIterator hashiter

Definition at line 2852 of file execnodes.h.

eqfuncoids

Oid* SetOpState::eqfuncoids

hashfunctions

hashiter

hashtable

leftInput

need_init

bool SetOpState::need_init

numCols

numOutput

int64 SetOpState::numOutput

ps

rightInput

setop_done

bool SetOpState::setop_done

sortKeys

table_filled

bool SetOpState::table_filled

tableContext


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