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

#include <execnodes.h>

Data Fields

TupleTableSlotfirstTupleSlot
 
int64 numTuples
 
TupleTableSlotnextTupleSlot
 
bool needGroup
 

Detailed Description

Definition at line 2714 of file execnodes.h.

Field Documentation

◆ firstTupleSlot

TupleTableSlot* SetOpStatePerInput::firstTupleSlot

Definition at line 2716 of file execnodes.h.

◆ needGroup

bool SetOpStatePerInput::needGroup

Definition at line 2719 of file execnodes.h.

◆ nextTupleSlot

TupleTableSlot* SetOpStatePerInput::nextTupleSlot

Definition at line 2718 of file execnodes.h.

◆ numTuples

int64 SetOpStatePerInput::numTuples

Definition at line 2717 of file execnodes.h.


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