Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

SetOpState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
FmgrInfoeqfunctions
FmgrInfohashfunctions
bool setop_done
long numOutput
MemoryContext tempContext
SetOpStatePerGroup pergroup
HeapTuple grp_firstTuple
TupleHashTable hashtable
MemoryContext tableContext
bool table_filled
TupleHashIterator hashiter

Detailed Description

Definition at line 1811 of file execnodes.h.


Field Documentation

Definition at line 1814 of file execnodes.h.

Referenced by build_hash_table(), ExecInitSetOp(), and setop_retrieve_direct().

Definition at line 1821 of file execnodes.h.

Referenced by ExecInitSetOp(), ExecReScanSetOp(), and setop_retrieve_direct().

Definition at line 1815 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitSetOp().

Definition at line 1826 of file execnodes.h.

Referenced by ExecReScanSetOp(), setop_fill_hash_table(), and setop_retrieve_hash_table().

Definition at line 1820 of file execnodes.h.

Referenced by ExecInitSetOp(), and setop_retrieve_direct().

Definition at line 1825 of file execnodes.h.

Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), and setop_fill_hash_table().

Definition at line 1824 of file execnodes.h.

Referenced by build_hash_table(), ExecEndSetOp(), ExecInitSetOp(), and ExecReScanSetOp().


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