PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
NodeTag | type |
JsonFormatType | format_type |
JsonEncoding | encoding |
int | location |
Definition at line 1316 of file primnodes.h.
JsonEncoding JsonFormat::encoding |
Definition at line 1320 of file primnodes.h.
Referenced by makeJsonFormat(), transformJsonFuncExpr(), and transformJsonValueExprExt().
JsonFormatType JsonFormat::format_type |
Definition at line 1319 of file primnodes.h.
Referenced by assignDefaultJsonReturningType(), coerceJsonFuncExpr(), contain_mutable_functions_walker(), ExecEvalJsonConstructor(), ExecInitExprRec(), get_json_returning(), get_json_table_columns(), makeJsonConstructorExpr(), makeJsonFormat(), transformJsonArrayAgg(), transformJsonConstructorOutput(), transformJsonFuncExpr(), transformJsonObjectAgg(), transformJsonOutput(), and transformJsonValueExprExt().
int JsonFormat::location |
Definition at line 1321 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), makeJsonFormat(), and transformJsonValueExprExt().
NodeTag JsonFormat::type |
Definition at line 1318 of file primnodes.h.