|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| JsonValueExpr * | expr |
| JsonOutput * | output |
| ParseLoc | location |
Definition at line 2000 of file parsenodes.h.
| JsonValueExpr* JsonSerializeExpr::expr |
Definition at line 2003 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
| ParseLoc JsonSerializeExpr::location |
Definition at line 2005 of file parsenodes.h.
Referenced by transformJsonSerializeExpr().
| JsonOutput* JsonSerializeExpr::output |
Definition at line 2004 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().
| NodeTag JsonSerializeExpr::type |
Definition at line 2002 of file parsenodes.h.