PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
NodeTag | type |
JsonFormatType | format_type |
JsonEncoding | encoding |
int | location |
Definition at line 1573 of file primnodes.h.
JsonEncoding JsonFormat::encoding |
Definition at line 1577 of file primnodes.h.
Referenced by makeJsonFormat(), and transformJsonValueExpr().
JsonFormatType JsonFormat::format_type |
Definition at line 1576 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), contain_mutable_functions_walker(), ExecEvalJsonConstructor(), get_json_returning(), makeJsonConstructorExpr(), makeJsonFormat(), transformJsonArrayAgg(), transformJsonConstructorOutput(), transformJsonObjectAgg(), transformJsonOutput(), and transformJsonValueExpr().
int JsonFormat::location |
Definition at line 1578 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), makeJsonFormat(), and transformJsonValueExpr().
NodeTag JsonFormat::type |
Definition at line 1575 of file primnodes.h.