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

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

Data Fields
NodeTag type
Expr * expr
List * args
ExprState * elidedFuncState
FmgrInfo func
Tuplestorestate * funcResultStore
TupleTableSlot * funcResultSlot
TupleDesc funcResultDesc
bool funcReturnsTuple
bool funcReturnsSet
bool setArgsValid
bool shutdown_reg
FunctionCallInfo fcinfo

Definition at line 932 of file execnodes.h.

args

elidedFuncState

expr

fcinfo

func

funcResultDesc

funcResultSlot

funcResultStore

funcReturnsSet

bool SetExprState::funcReturnsSet

funcReturnsTuple

bool SetExprState::funcReturnsTuple

setArgsValid

bool SetExprState::setArgsValid

shutdown_reg

bool SetExprState::shutdown_reg

type


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