PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonOutput * | output |
Node * | agg_filter |
List * | agg_order |
struct WindowDef * | over |
ParseLoc | location |
Definition at line 1952 of file parsenodes.h.
Node* JsonAggConstructor::agg_filter |
Definition at line 1956 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonAggConstructor().
List* JsonAggConstructor::agg_order |
Definition at line 1957 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), transformJsonAggConstructor(), and transformJsonArrayQueryConstructor().
ParseLoc JsonAggConstructor::location |
Definition at line 1959 of file parsenodes.h.
Referenced by transformJsonAggConstructor(), and transformJsonArrayQueryConstructor().
JsonOutput* JsonAggConstructor::output |
Definition at line 1955 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonArrayAgg(), transformJsonArrayQueryConstructor(), and transformJsonObjectAgg().
struct WindowDef* JsonAggConstructor::over |
Definition at line 1958 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonAggConstructor().
NodeTag JsonAggConstructor::type |
Definition at line 1954 of file parsenodes.h.