|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| JsonValueExpr * | expr |
| JsonOutput * | output |
| ParseLoc | location |
Definition at line 1974 of file parsenodes.h.
| JsonValueExpr* JsonSerializeExpr::expr |
Definition at line 1977 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
| ParseLoc JsonSerializeExpr::location |
Definition at line 1979 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
| JsonOutput* JsonSerializeExpr::output |
Definition at line 1978 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
| NodeTag JsonSerializeExpr::type |
Definition at line 1976 of file parsenodes.h.