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