|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Expr * | expr |
| JsonOutput * | output |
| ParseLoc | location |
Definition at line 2066 of file parsenodes.h.
| Expr* JsonScalarExpr::expr |
Definition at line 2069 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
| ParseLoc JsonScalarExpr::location |
Definition at line 2071 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
| JsonOutput* JsonScalarExpr::output |
Definition at line 2070 of file parsenodes.h.
Referenced by transformJsonScalarExpr().
| NodeTag JsonScalarExpr::type |
Definition at line 2068 of file parsenodes.h.