|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| NodeTag | type |
| JsonFormatType | format_type |
| JsonEncoding | encoding |
| ParseLoc | location |
Definition at line 1656 of file primnodes.h.
| JsonEncoding JsonFormat::encoding |
Definition at line 1660 of file primnodes.h.
Referenced by transformJsonFuncExpr().
| JsonFormatType JsonFormat::format_type |
Definition at line 1659 of file primnodes.h.
Referenced by coerceJsonFuncExpr(), ExecEvalJsonConstructor(), get_json_returning(), get_json_table_columns(), makeJsonConstructorExpr(), transformJsonArrayAgg(), transformJsonConstructorOutput(), transformJsonFuncExpr(), transformJsonObjectAgg(), and transformJsonOutput().
| ParseLoc JsonFormat::location |
Definition at line 1661 of file primnodes.h.
Referenced by coerceJsonFuncExpr().
| NodeTag JsonFormat::type |
Definition at line 1658 of file primnodes.h.