PostgreSQL Source Code
git master
|
#include <primnodes.h>
Definition at line 1809 of file primnodes.h.
Oid JsonExpr::collation |
Definition at line 1852 of file primnodes.h.
Referenced by exprCollation(), and exprSetCollation().
char* JsonExpr::column_name |
Definition at line 1815 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), and transformJsonFuncExpr().
JsonFormat* JsonExpr::format |
Definition at line 1822 of file primnodes.h.
Referenced by get_json_table_columns(), and transformJsonFuncExpr().
Node* JsonExpr::formatted_expr |
Definition at line 1819 of file primnodes.h.
Referenced by ExecInitExprRec(), ExecInitJsonExpr(), expression_tree_mutator_impl(), expression_tree_walker_impl(), exprLocation(), get_json_table(), get_rule_expr(), and transformJsonFuncExpr().
ParseLoc JsonExpr::location |
Definition at line 1855 of file primnodes.h.
Referenced by exprLocation(), and transformJsonFuncExpr().
bool JsonExpr::omit_quotes |
Definition at line 1849 of file primnodes.h.
Referenced by ExecInitJsonExpr(), get_json_expr_options(), and transformJsonFuncExpr().
JsonBehavior* JsonExpr::on_empty |
Definition at line 1835 of file primnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), ExecInitJsonExpr(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_json_expr_options(), and transformJsonFuncExpr().
JsonBehavior* JsonExpr::on_error |
Definition at line 1836 of file primnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), ExecInitJsonExpr(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_json_expr_options(), get_json_table(), and transformJsonFuncExpr().
JsonExprOp JsonExpr::op |
Definition at line 1813 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitExprRec(), ExecInitJsonExpr(), get_json_expr_options(), get_json_table_columns(), get_rule_expr(), and transformJsonFuncExpr().
List* JsonExpr::passing_names |
Definition at line 1831 of file primnodes.h.
Referenced by contain_mutable_functions_walker(), ExecInitJsonExpr(), get_json_table(), get_rule_expr(), and transformJsonFuncExpr().
List* JsonExpr::passing_values |
Definition at line 1832 of file primnodes.h.
Referenced by contain_mutable_functions_walker(), ExecInitJsonExpr(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_json_table(), get_rule_expr(), transformJsonFuncExpr(), and transformJsonTable().
Node* JsonExpr::path_spec |
Definition at line 1825 of file primnodes.h.
Referenced by contain_mutable_functions_walker(), ExecInitJsonExpr(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_json_table_columns(), get_rule_expr(), and transformJsonFuncExpr().
JsonReturning* JsonExpr::returning |
Definition at line 1828 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), exprType(), exprTypmod(), get_rule_expr(), and transformJsonFuncExpr().
bool JsonExpr::use_io_coercion |
Definition at line 1842 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and transformJsonFuncExpr().
bool JsonExpr::use_json_coercion |
Definition at line 1843 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and transformJsonFuncExpr().
JsonWrapper JsonExpr::wrapper |
Definition at line 1846 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), get_json_expr_options(), and transformJsonFuncExpr().
Expr JsonExpr::xpr |
Definition at line 1811 of file primnodes.h.