PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SetOpState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
bool setop_done
 
int64 numOutput
 
int numCols
 
SortSupport sortKeys
 
SetOpStatePerInput leftInput
 
SetOpStatePerInput rightInput
 
bool need_init
 
Oideqfuncoids
 
FmgrInfohashfunctions
 
TupleHashTable hashtable
 
MemoryContext tuplesContext
 
bool table_filled
 
TupleHashIterator hashiter
 

Detailed Description

Definition at line 2722 of file execnodes.h.

Field Documentation

◆ eqfuncoids

Oid* SetOpState::eqfuncoids

Definition at line 2736 of file execnodes.h.

◆ hashfunctions

FmgrInfo* SetOpState::hashfunctions

Definition at line 2737 of file execnodes.h.

◆ hashiter

TupleHashIterator SetOpState::hashiter

Definition at line 2741 of file execnodes.h.

Referenced by ExecReScanSetOp().

◆ hashtable

TupleHashTable SetOpState::hashtable

Definition at line 2738 of file execnodes.h.

Referenced by ExecReScanSetOp().

◆ leftInput

SetOpStatePerInput SetOpState::leftInput

Definition at line 2731 of file execnodes.h.

◆ need_init

bool SetOpState::need_init

Definition at line 2733 of file execnodes.h.

Referenced by ExecReScanSetOp().

◆ numCols

int SetOpState::numCols

Definition at line 2727 of file execnodes.h.

◆ numOutput

int64 SetOpState::numOutput

Definition at line 2726 of file execnodes.h.

Referenced by ExecReScanSetOp(), and ExecSetOp().

◆ ps

PlanState SetOpState::ps

Definition at line 2724 of file execnodes.h.

Referenced by ExecReScanSetOp(), and ExecSetOp().

◆ rightInput

SetOpStatePerInput SetOpState::rightInput

Definition at line 2732 of file execnodes.h.

◆ setop_done

bool SetOpState::setop_done

Definition at line 2725 of file execnodes.h.

Referenced by ExecReScanSetOp(), and ExecSetOp().

◆ sortKeys

SortSupport SetOpState::sortKeys

Definition at line 2730 of file execnodes.h.

◆ table_filled

bool SetOpState::table_filled

Definition at line 2740 of file execnodes.h.

Referenced by ExecReScanSetOp(), and ExecSetOp().

◆ tuplesContext

MemoryContext SetOpState::tuplesContext

Definition at line 2739 of file execnodes.h.

Referenced by ExecEndSetOp().


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