|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| JsonValueExpr * | expr |
| JsonOutput * | output |
| bool | unique_keys |
| ParseLoc | location |
Definition at line 1949 of file parsenodes.h.
| JsonValueExpr* JsonParseExpr::expr |
Definition at line 1952 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonParseExpr().
| ParseLoc JsonParseExpr::location |
Definition at line 1955 of file parsenodes.h.
Referenced by transformJsonParseExpr().
| JsonOutput* JsonParseExpr::output |
Definition at line 1953 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonParseExpr().
| NodeTag JsonParseExpr::type |
Definition at line 1951 of file parsenodes.h.
| bool JsonParseExpr::unique_keys |
Definition at line 1954 of file parsenodes.h.
Referenced by transformJsonParseExpr().