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 2006 of file parsenodes.h.
Node* JsonAggConstructor::agg_filter |
Definition at line 2010 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonAggConstructor().
List* JsonAggConstructor::agg_order |
Definition at line 2011 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), transformJsonAggConstructor(), and transformJsonArrayQueryConstructor().
ParseLoc JsonAggConstructor::location |
Definition at line 2013 of file parsenodes.h.
Referenced by transformJsonAggConstructor(), and transformJsonArrayQueryConstructor().
JsonOutput* JsonAggConstructor::output |
Definition at line 2009 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonArrayAgg(), transformJsonArrayQueryConstructor(), and transformJsonObjectAgg().
struct WindowDef* JsonAggConstructor::over |
Definition at line 2012 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonAggConstructor().
NodeTag JsonAggConstructor::type |
Definition at line 2008 of file parsenodes.h.