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 1801 of file parsenodes.h.
Node* JsonAggConstructor::agg_filter |
Definition at line 1805 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonAggConstructor().
List* JsonAggConstructor::agg_order |
Definition at line 1806 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), transformJsonAggConstructor(), and transformJsonArrayQueryConstructor().
int JsonAggConstructor::location |
Definition at line 1808 of file parsenodes.h.
Referenced by transformJsonAggConstructor(), and transformJsonArrayQueryConstructor().
JsonOutput* JsonAggConstructor::output |
Definition at line 1804 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonArrayAgg(), transformJsonArrayQueryConstructor(), and transformJsonObjectAgg().
struct WindowDef* JsonAggConstructor::over |
Definition at line 1807 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonAggConstructor().
NodeTag JsonAggConstructor::type |
Definition at line 1803 of file parsenodes.h.