|
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 transformJsonFuncExpr().
| JsonFormatType JsonFormat::format_type |
Definition at line 1676 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 1678 of file primnodes.h.
Referenced by coerceJsonFuncExpr().
| NodeTag JsonFormat::type |
Definition at line 1675 of file primnodes.h.