PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Expr * | expr |
JsonOutput * | output |
int | location |
Definition at line 1735 of file parsenodes.h.
Expr* JsonScalarExpr::expr |
Definition at line 1738 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().
int JsonScalarExpr::location |
Definition at line 1740 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
JsonOutput* JsonScalarExpr::output |
Definition at line 1739 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().
NodeTag JsonScalarExpr::type |
Definition at line 1737 of file parsenodes.h.