PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 1031 of file execnodes.h.
List* JsonExprState::args |
Definition at line 1043 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
NullableDatum JsonExprState::empty |
Definition at line 1056 of file execnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().
NullableDatum JsonExprState::error |
Definition at line 1053 of file execnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().
ErrorSaveContext JsonExprState::escontext |
Definition at line 1093 of file execnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().
NullableDatum JsonExprState::formatted_expr |
Definition at line 1037 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
FunctionCallInfo JsonExprState::input_fcinfo |
Definition at line 1084 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
JsonExpr* JsonExprState::jsexpr |
Definition at line 1034 of file execnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().
int JsonExprState::jump_empty |
Definition at line 1062 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
int JsonExprState::jump_end |
Definition at line 1078 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
int JsonExprState::jump_error |
Definition at line 1063 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
int JsonExprState::jump_eval_coercion |
Definition at line 1070 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
NullableDatum JsonExprState::pathspec |
Definition at line 1040 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().