|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1104 of file execnodes.h.
| List* JsonExprState::args |
Definition at line 1116 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
| NullableDatum JsonExprState::empty |
Definition at line 1129 of file execnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().
| NullableDatum JsonExprState::error |
Definition at line 1126 of file execnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().
| ErrorSaveContext JsonExprState::escontext |
Definition at line 1166 of file execnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().
| NullableDatum JsonExprState::formatted_expr |
Definition at line 1110 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
| FunctionCallInfo JsonExprState::input_fcinfo |
Definition at line 1157 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().
| JsonExpr* JsonExprState::jsexpr |
Definition at line 1107 of file execnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), and ExecInitJsonExpr().
| int JsonExprState::jump_empty |
Definition at line 1135 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and llvm_compile_expr().
| int JsonExprState::jump_end |
Definition at line 1151 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and llvm_compile_expr().
| int JsonExprState::jump_error |
Definition at line 1136 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and llvm_compile_expr().
| int JsonExprState::jump_eval_coercion |
Definition at line 1143 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and llvm_compile_expr().
| NullableDatum JsonExprState::pathspec |
Definition at line 1113 of file execnodes.h.
Referenced by ExecEvalJsonExprPath(), and ExecInitJsonExpr().