PostgreSQL Source Code git master
|
#include <execnodes.h>
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 926 of file execnodes.h.
List* SetExprState::args |
Definition at line 930 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecMakeTableFunctionResult(), and init_sexpr().
ExprState* SetExprState::elidedFuncState |
Definition at line 937 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult().
Expr* SetExprState::expr |
Definition at line 929 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult(), and init_sexpr().
FunctionCallInfo SetExprState::fcinfo |
Definition at line 989 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecMakeTableFunctionResult(), and init_sexpr().
FmgrInfo SetExprState::func |
Definition at line 944 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecMakeTableFunctionResult(), ExecPrepareTuplestoreResult(), and init_sexpr().
TupleDesc SetExprState::funcResultDesc |
Definition at line 958 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecPrepareTuplestoreResult(), and init_sexpr().
TupleTableSlot* SetExprState::funcResultSlot |
Definition at line 952 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecPrepareTuplestoreResult(), init_sexpr(), and ShutdownSetExpr().
Tuplestorestate* SetExprState::funcResultStore |
Definition at line 951 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecPrepareTuplestoreResult(), init_sexpr(), and ShutdownSetExpr().
bool SetExprState::funcReturnsSet |
Definition at line 965 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult(), and init_sexpr().
bool SetExprState::funcReturnsTuple |
Definition at line 959 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), and init_sexpr().
bool SetExprState::setArgsValid |
Definition at line 974 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), and ShutdownSetExpr().
bool SetExprState::shutdown_reg |
Definition at line 982 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecPrepareTuplestoreResult(), init_sexpr(), and ShutdownSetExpr().
NodeTag SetExprState::type |
Definition at line 928 of file execnodes.h.