PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
NodeTag | type |
JsonFormat * | format |
Oid | typid |
int32 | typmod |
Definition at line 1660 of file primnodes.h.
JsonFormat* JsonReturning::format |
Definition at line 1663 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), contain_mutable_functions_walker(), ExecEvalJsonConstructor(), ExecInitExprRec(), expression_tree_mutator_impl(), get_json_returning(), makeJsonConstructorExpr(), transformJsonArrayAgg(), transformJsonConstructorOutput(), transformJsonFuncExpr(), transformJsonObjectAgg(), transformJsonOutput(), transformJsonReturning(), and transformJsonSerializeExpr().
NodeTag JsonReturning::type |
Definition at line 1662 of file primnodes.h.
Oid JsonReturning::typid |
Definition at line 1664 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), ExecEvalJsonExprPath(), ExecInitJsonCoercion(), ExecInitJsonExpr(), exprType(), get_json_returning(), get_rule_expr(), transformJsonBehavior(), transformJsonConstructorOutput(), transformJsonFuncExpr(), transformJsonOutput(), transformJsonParseExpr(), transformJsonReturning(), and transformJsonSerializeExpr().
int32 JsonReturning::typmod |
Definition at line 1665 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), ExecInitJsonCoercion(), ExecInitJsonExpr(), exprTypmod(), get_json_returning(), transformJsonBehavior(), transformJsonConstructorOutput(), transformJsonFuncExpr(), transformJsonOutput(), transformJsonReturning(), and transformJsonSerializeExpr().