|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 975 of file execnodes.h.
| List* SetExprState::args |
Definition at line 979 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult().
| ExprState* SetExprState::elidedFuncState |
Definition at line 986 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult().
| Expr* SetExprState::expr |
Definition at line 978 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult().
| FunctionCallInfo SetExprState::fcinfo |
Definition at line 1038 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult().
| FmgrInfo SetExprState::func |
Definition at line 993 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult().
| TupleDesc SetExprState::funcResultDesc |
Definition at line 1007 of file execnodes.h.
| TupleTableSlot* SetExprState::funcResultSlot |
Definition at line 1001 of file execnodes.h.
| Tuplestorestate* SetExprState::funcResultStore |
Definition at line 1000 of file execnodes.h.
| bool SetExprState::funcReturnsSet |
Definition at line 1014 of file execnodes.h.
Referenced by ExecMakeTableFunctionResult().
| bool SetExprState::funcReturnsTuple |
Definition at line 1008 of file execnodes.h.
| bool SetExprState::setArgsValid |
Definition at line 1023 of file execnodes.h.
| bool SetExprState::shutdown_reg |
Definition at line 1031 of file execnodes.h.
| NodeTag SetExprState::type |
Definition at line 977 of file execnodes.h.