PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 842 of file execnodes.h.
List* SetExprState::args |
Definition at line 846 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecMakeTableFunctionResult(), and init_sexpr().
ExprState* SetExprState::elidedFuncState |
Definition at line 853 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult().
Expr* SetExprState::expr |
Definition at line 845 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult(), and init_sexpr().
FunctionCallInfo SetExprState::fcinfo |
Definition at line 905 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecMakeTableFunctionResult(), and init_sexpr().
FmgrInfo SetExprState::func |
Definition at line 860 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecMakeTableFunctionResult(), ExecPrepareTuplestoreResult(), and init_sexpr().
TupleDesc SetExprState::funcResultDesc |
Definition at line 874 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecPrepareTuplestoreResult(), and init_sexpr().
TupleTableSlot* SetExprState::funcResultSlot |
Definition at line 868 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecPrepareTuplestoreResult(), init_sexpr(), and ShutdownSetExpr().
Tuplestorestate* SetExprState::funcResultStore |
Definition at line 867 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecPrepareTuplestoreResult(), init_sexpr(), and ShutdownSetExpr().
bool SetExprState::funcReturnsSet |
Definition at line 881 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult(), and init_sexpr().
bool SetExprState::funcReturnsTuple |
Definition at line 875 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), and init_sexpr().
bool SetExprState::setArgsValid |
Definition at line 890 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), and ShutdownSetExpr().
bool SetExprState::shutdown_reg |
Definition at line 898 of file execnodes.h.
Referenced by ExecMakeFunctionResultSet(), ExecPrepareTuplestoreResult(), init_sexpr(), and ShutdownSetExpr().
NodeTag SetExprState::type |
Definition at line 844 of file execnodes.h.