|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 86 of file execnodes.h.
| ErrorSaveContext* ExprState::escontext |
Definition at line 149 of file execnodes.h.
| ExprStateEvalFunc ExprState::evalfunc |
Definition at line 117 of file execnodes.h.
| void* ExprState::evalfunc_private |
Definition at line 123 of file execnodes.h.
| Expr* ExprState::expr |
Definition at line 120 of file execnodes.h.
Referenced by calculate_frame_offsets().
| ParamListInfo ExprState::ext_params |
Definition at line 135 of file execnodes.h.
| uint8 ExprState::flags |
Definition at line 91 of file execnodes.h.
Referenced by ExecDelete(), ExecModifyTable(), and ExecOnConflictUpdate().
| bool* ExprState::innermost_casenull |
Definition at line 138 of file execnodes.h.
Referenced by array_map().
| Datum* ExprState::innermost_caseval |
Definition at line 137 of file execnodes.h.
Referenced by array_map().
| bool* ExprState::innermost_domainnull |
Definition at line 141 of file execnodes.h.
| Datum* ExprState::innermost_domainval |
Definition at line 140 of file execnodes.h.
| PlanState* ExprState::parent |
Definition at line 134 of file execnodes.h.
| bool ExprState::resnull |
Definition at line 98 of file execnodes.h.
| TupleTableSlot* ExprState::resultslot |
Definition at line 106 of file execnodes.h.
Referenced by buildSubPlanHash().
| Datum ExprState::resvalue |
Definition at line 100 of file execnodes.h.
| struct ExprEvalStep* ExprState::steps |
Definition at line 111 of file execnodes.h.
Referenced by ExprEvalPushStep().
| int ExprState::steps_alloc |
Definition at line 131 of file execnodes.h.
Referenced by ExprEvalPushStep().
| int ExprState::steps_len |
Definition at line 130 of file execnodes.h.
Referenced by ExprEvalPushStep().
| NodeTag ExprState::type |
Definition at line 88 of file execnodes.h.