|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| TypeName * | typeName |
| JsonReturning * | returning |
Definition at line 1921 of file parsenodes.h.
| JsonReturning* JsonOutput::returning |
Definition at line 1925 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonFuncExpr().
| NodeTag JsonOutput::type |
Definition at line 1923 of file parsenodes.h.
| TypeName* JsonOutput::typeName |
Definition at line 1924 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl().