1 /*-------------------------------------------------------------------------
4 * handle aggregates in parser
6 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
11 *-------------------------------------------------------------------------
16 #include "parser/parse_node.h"
18 extern void transformAggregateCall(ParseState
*pstate
, Aggref
*agg
);
20 extern void parseCheckAggregates(ParseState
*pstate
, Query
*qry
);
22 extern void build_aggregate_fnexprs(Oid
*agg_input_types
,
31 #endif /* PARSE_AGG_H */