PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Expr * | expr |
JsonOutput * | output |
ParseLoc | location |
Definition at line 1896 of file parsenodes.h.
Expr* JsonScalarExpr::expr |
Definition at line 1899 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().
ParseLoc JsonScalarExpr::location |
Definition at line 1901 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
JsonOutput* JsonScalarExpr::output |
Definition at line 1900 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().
NodeTag JsonScalarExpr::type |
Definition at line 1898 of file parsenodes.h.