PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonValueExpr * | expr |
JsonOutput * | output |
int | location |
Definition at line 1794 of file parsenodes.h.
JsonValueExpr* JsonSerializeExpr::expr |
Definition at line 1797 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), and transformJsonSerializeExpr().
int JsonSerializeExpr::location |
Definition at line 1799 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
JsonOutput* JsonSerializeExpr::output |
Definition at line 1798 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), and transformJsonSerializeExpr().
NodeTag JsonSerializeExpr::type |
Definition at line 1796 of file parsenodes.h.