PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SetOpStatePerInput Struct Reference

#include <execnodes.h>

Data Fields

TupleTableSlotfirstTupleSlot
 
int64 numTuples
 
TupleTableSlotnextTupleSlot
 
bool needGroup
 

Detailed Description

Definition at line 2858 of file execnodes.h.

Field Documentation

◆ firstTupleSlot

TupleTableSlot* SetOpStatePerInput::firstTupleSlot

Definition at line 2860 of file execnodes.h.

Referenced by ExecInitSetOp(), and setop_retrieve_sorted().

◆ needGroup

bool SetOpStatePerInput::needGroup

Definition at line 2863 of file execnodes.h.

Referenced by setop_retrieve_sorted().

◆ nextTupleSlot

TupleTableSlot* SetOpStatePerInput::nextTupleSlot

Definition at line 2862 of file execnodes.h.

Referenced by setop_retrieve_sorted().

◆ numTuples

int64 SetOpStatePerInput::numTuples

Definition at line 2861 of file execnodes.h.

Referenced by setop_retrieve_sorted().


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