PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonValueExpr * | expr |
JsonOutput * | output |
bool | unique_keys |
int | location |
Definition at line 1722 of file parsenodes.h.
JsonValueExpr* JsonParseExpr::expr |
Definition at line 1725 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonParseExpr().
int JsonParseExpr::location |
Definition at line 1728 of file parsenodes.h.
Referenced by transformJsonParseExpr().
JsonOutput* JsonParseExpr::output |
Definition at line 1726 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonParseExpr().
NodeTag JsonParseExpr::type |
Definition at line 1724 of file parsenodes.h.
bool JsonParseExpr::unique_keys |
Definition at line 1727 of file parsenodes.h.
Referenced by transformJsonParseExpr().