|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Expr * | expr |
| JsonOutput * | output |
| ParseLoc | location |
Definition at line 1962 of file parsenodes.h.
| Expr* JsonScalarExpr::expr |
Definition at line 1965 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().
| ParseLoc JsonScalarExpr::location |
Definition at line 1967 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
| JsonOutput* JsonScalarExpr::output |
Definition at line 1966 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().
| NodeTag JsonScalarExpr::type |
Definition at line 1964 of file parsenodes.h.