|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Expr * | expr |
| JsonOutput * | output |
| ParseLoc | location |
Definition at line 2107 of file parsenodes.h.
| Expr* JsonScalarExpr::expr |
Definition at line 2110 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
| ParseLoc JsonScalarExpr::location |
Definition at line 2112 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
| JsonOutput* JsonScalarExpr::output |
Definition at line 2111 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
| NodeTag JsonScalarExpr::type |
Definition at line 2109 of file parsenodes.h.