PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
NodeTag | type |
JsonFormatType | format_type |
JsonEncoding | encoding |
ParseLoc | location |
Definition at line 1648 of file primnodes.h.
JsonEncoding JsonFormat::encoding |
Definition at line 1652 of file primnodes.h.
Referenced by makeJsonFormat(), transformJsonFuncExpr(), and transformJsonValueExpr().
JsonFormatType JsonFormat::format_type |
Definition at line 1651 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), contain_mutable_functions_walker(), ExecEvalJsonConstructor(), ExecInitExprRec(), get_json_returning(), get_json_table_columns(), makeJsonConstructorExpr(), makeJsonFormat(), transformJsonArrayAgg(), transformJsonConstructorOutput(), transformJsonFuncExpr(), transformJsonObjectAgg(), transformJsonOutput(), and transformJsonValueExpr().
ParseLoc JsonFormat::location |
Definition at line 1653 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), makeJsonFormat(), and transformJsonValueExpr().
NodeTag JsonFormat::type |
Definition at line 1650 of file primnodes.h.