PostgreSQL Source Code  git master
ReturnSetInfo Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
 
ExprContextecontext
 
TupleDesc expectedDesc
 
int allowedModes
 
SetFunctionReturnMode returnMode
 
ExprDoneCond isDone
 
TuplestorestatesetResult
 
TupleDesc setDesc
 

Detailed Description

Definition at line 321 of file execnodes.h.

Field Documentation

◆ allowedModes

◆ econtext

◆ expectedDesc

◆ isDone

◆ returnMode

◆ setDesc

TupleDesc ReturnSetInfo::setDesc

◆ setResult

Tuplestorestate* ReturnSetInfo::setResult

◆ type

NodeTag ReturnSetInfo::type

Definition at line 323 of file execnodes.h.

Referenced by ExecMakeFunctionResultSet(), and ExecMakeTableFunctionResult().


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