|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 95 of file execnodes.h.
| ErrorSaveContext* ExprState::escontext |
Definition at line 158 of file execnodes.h.
| ExprStateEvalFunc ExprState::evalfunc |
Definition at line 126 of file execnodes.h.
| void* ExprState::evalfunc_private |
Definition at line 132 of file execnodes.h.
| Expr* ExprState::expr |
Definition at line 129 of file execnodes.h.
Referenced by calculate_frame_offsets().
| ParamListInfo ExprState::ext_params |
Definition at line 144 of file execnodes.h.
| uint8 ExprState::flags |
Definition at line 100 of file execnodes.h.
Referenced by ExecDelete(), ExecModifyTable(), and ExecOnConflictUpdate().
| bool* ExprState::innermost_casenull |
Definition at line 147 of file execnodes.h.
Referenced by array_map().
| Datum* ExprState::innermost_caseval |
Definition at line 146 of file execnodes.h.
Referenced by array_map().
| bool* ExprState::innermost_domainnull |
Definition at line 150 of file execnodes.h.
| Datum* ExprState::innermost_domainval |
Definition at line 149 of file execnodes.h.
| PlanState* ExprState::parent |
Definition at line 143 of file execnodes.h.
| bool ExprState::resnull |
Definition at line 107 of file execnodes.h.
| TupleTableSlot* ExprState::resultslot |
Definition at line 115 of file execnodes.h.
Referenced by buildSubPlanHash().
| Datum ExprState::resvalue |
Definition at line 109 of file execnodes.h.
| struct ExprEvalStep* ExprState::steps |
Definition at line 120 of file execnodes.h.
Referenced by ExprEvalPushStep().
| int ExprState::steps_alloc |
Definition at line 140 of file execnodes.h.
Referenced by ExprEvalPushStep().
| int ExprState::steps_len |
Definition at line 139 of file execnodes.h.
Referenced by ExprEvalPushStep().
| NodeTag ExprState::type |
Definition at line 97 of file execnodes.h.