PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonOutput * | output |
Node * | agg_filter |
List * | agg_order |
struct WindowDef * | over |
int | location |
Definition at line 1787 of file parsenodes.h.
Node* JsonAggConstructor::agg_filter |
Definition at line 1791 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonAggConstructor().
List* JsonAggConstructor::agg_order |
Definition at line 1792 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), transformJsonAggConstructor(), and transformJsonArrayQueryConstructor().
int JsonAggConstructor::location |
Definition at line 1794 of file parsenodes.h.
Referenced by transformJsonAggConstructor(), and transformJsonArrayQueryConstructor().
JsonOutput* JsonAggConstructor::output |
Definition at line 1790 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonArrayAgg(), transformJsonArrayQueryConstructor(), and transformJsonObjectAgg().
struct WindowDef* JsonAggConstructor::over |
Definition at line 1793 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonAggConstructor().
NodeTag JsonAggConstructor::type |
Definition at line 1789 of file parsenodes.h.