PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonValueExpr * | expr |
JsonOutput * | output |
ParseLoc | location |
Definition at line 1952 of file parsenodes.h.
JsonValueExpr* JsonSerializeExpr::expr |
Definition at line 1955 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
ParseLoc JsonSerializeExpr::location |
Definition at line 1957 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
JsonOutput* JsonSerializeExpr::output |
Definition at line 1956 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
NodeTag JsonSerializeExpr::type |
Definition at line 1954 of file parsenodes.h.