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