|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| NodeTag | type |
| JsonFormatType | format_type |
| JsonEncoding | encoding |
| ParseLoc | location |
Definition at line 1673 of file primnodes.h.
| JsonEncoding JsonFormat::encoding |
Definition at line 1677 of file primnodes.h.
Referenced by makeJsonFormat(), transformJsonFuncExpr(), and transformJsonValueExpr().
| JsonFormatType JsonFormat::format_type |
Definition at line 1676 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 1678 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), makeJsonFormat(), and transformJsonValueExpr().
| NodeTag JsonFormat::type |
Definition at line 1675 of file primnodes.h.