PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
JsonConstructorType | type |
List * | args |
Expr * | func |
Expr * | coercion |
JsonReturning * | returning |
bool | absent_on_null |
bool | unique |
ParseLoc | location |
Definition at line 1699 of file primnodes.h.
bool JsonConstructorExpr::absent_on_null |
Definition at line 1707 of file primnodes.h.
Referenced by ExecEvalJsonConstructor(), get_json_constructor_options(), and makeJsonConstructorExpr().
List* JsonConstructorExpr::args |
Definition at line 1703 of file primnodes.h.
Referenced by contain_mutable_functions_walker(), ExecInitExprRec(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_json_constructor(), makeJsonConstructorExpr(), and raw_expression_tree_walker_impl().
Expr* JsonConstructorExpr::coercion |
Definition at line 1705 of file primnodes.h.
Referenced by ExecInitExprRec(), exprCollation(), expression_tree_mutator_impl(), expression_tree_walker_impl(), exprSetCollation(), makeJsonConstructorExpr(), and raw_expression_tree_walker_impl().
Expr* JsonConstructorExpr::func |
Definition at line 1704 of file primnodes.h.
Referenced by ExecInitExprRec(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_json_agg_constructor(), makeJsonConstructorExpr(), and raw_expression_tree_walker_impl().
ParseLoc JsonConstructorExpr::location |
Definition at line 1709 of file primnodes.h.
Referenced by makeJsonConstructorExpr().
JsonReturning* JsonConstructorExpr::returning |
Definition at line 1706 of file primnodes.h.
Referenced by contain_mutable_functions_walker(), ExecEvalJsonConstructor(), ExecInitExprRec(), expression_tree_mutator_impl(), get_json_constructor_options(), makeJsonConstructorExpr(), and raw_expression_tree_walker_impl().
JsonConstructorType JsonConstructorExpr::type |
Definition at line 1702 of file primnodes.h.
Referenced by ExecEvalJsonConstructor(), ExecInitExprRec(), get_json_constructor(), get_json_constructor_options(), and makeJsonConstructorExpr().
bool JsonConstructorExpr::unique |
Definition at line 1708 of file primnodes.h.
Referenced by ExecEvalJsonConstructor(), ExecInitExprRec(), get_json_constructor_options(), and makeJsonConstructorExpr().
Expr JsonConstructorExpr::xpr |
Definition at line 1701 of file primnodes.h.