PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Expr * | expr |
JsonOutput * | output |
ParseLoc | location |
Definition at line 1940 of file parsenodes.h.
Expr* JsonScalarExpr::expr |
Definition at line 1943 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().
ParseLoc JsonScalarExpr::location |
Definition at line 1945 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
JsonOutput* JsonScalarExpr::output |
Definition at line 1944 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().
NodeTag JsonScalarExpr::type |
Definition at line 1942 of file parsenodes.h.