PostgreSQL Source Code git master
Data Fields
SetOpState Struct Reference

#include <execnodes.h>

Data Fields

 
bool  setop_done
 
 
int  numCols
 
 
 
 
bool  need_init
 
 
 
 
 
bool  table_filled
 
 

Detailed Description

Definition at line 2852 of file execnodes.h.

Field Documentation

eqfuncoids

Oid* SetOpState::eqfuncoids

Definition at line 2866 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitSetOp().

hashfunctions

FmgrInfo* SetOpState::hashfunctions

Definition at line 2867 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitSetOp().

hashiter

TupleHashIterator SetOpState::hashiter

Definition at line 2871 of file execnodes.h.

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

hashtable

TupleHashTable SetOpState::hashtable

Definition at line 2868 of file execnodes.h.

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

leftInput

SetOpStatePerInput SetOpState::leftInput

Definition at line 2861 of file execnodes.h.

Referenced by ExecInitSetOp(), and setop_retrieve_sorted().

need_init

bool SetOpState::need_init

Definition at line 2863 of file execnodes.h.

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

numCols

int SetOpState::numCols

Definition at line 2857 of file execnodes.h.

Referenced by ExecInitSetOp(), and setop_compare_slots().

numOutput

int64 SetOpState::numOutput

Definition at line 2856 of file execnodes.h.

Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), set_output_count(), setop_retrieve_hash_table(), and setop_retrieve_sorted().

ps

PlanState SetOpState::ps

Definition at line 2854 of file execnodes.h.

Referenced by build_hash_table(), ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), set_output_count(), setop_fill_hash_table(), setop_retrieve_hash_table(), and setop_retrieve_sorted().

rightInput

SetOpStatePerInput SetOpState::rightInput

Definition at line 2862 of file execnodes.h.

Referenced by ExecInitSetOp(), and setop_retrieve_sorted().

setop_done

bool SetOpState::setop_done

Definition at line 2855 of file execnodes.h.

Referenced by ExecInitSetOp(), ExecReScanSetOp(), ExecSetOp(), setop_retrieve_hash_table(), and setop_retrieve_sorted().

sortKeys

SortSupport SetOpState::sortKeys

Definition at line 2860 of file execnodes.h.

Referenced by ExecInitSetOp(), and setop_compare_slots().

table_filled

bool SetOpState::table_filled

Definition at line 2870 of file execnodes.h.

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

tableContext

MemoryContext SetOpState::tableContext

Definition at line 2869 of file execnodes.h.

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


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

AltStyle によって変換されたページ (->オリジナル) /