PostgreSQL Source Code: SetOpStatePerInput Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
TupleTableSlot * firstTupleSlot
int64 numTuples
TupleTableSlot * nextTupleSlot
bool needGroup

Detailed Description

Definition at line 2844 of file execnodes.h.

Field Documentation

firstTupleSlot

TupleTableSlot* SetOpStatePerInput::firstTupleSlot

Definition at line 2846 of file execnodes.h.

Referenced by ExecInitSetOp(), and setop_retrieve_sorted().

needGroup

bool SetOpStatePerInput::needGroup

Definition at line 2849 of file execnodes.h.

Referenced by setop_retrieve_sorted().

nextTupleSlot

TupleTableSlot* SetOpStatePerInput::nextTupleSlot

Definition at line 2848 of file execnodes.h.

Referenced by setop_retrieve_sorted().

numTuples

int64 SetOpStatePerInput::numTuples

Definition at line 2847 of file execnodes.h.

Referenced by setop_retrieve_sorted().


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