PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonValueExpr * | expr |
JsonOutput * | output |
ParseLoc | location |
Definition at line 1908 of file parsenodes.h.
JsonValueExpr* JsonSerializeExpr::expr |
Definition at line 1911 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
ParseLoc JsonSerializeExpr::location |
Definition at line 1913 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
JsonOutput* JsonSerializeExpr::output |
Definition at line 1912 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
NodeTag JsonSerializeExpr::type |
Definition at line 1910 of file parsenodes.h.