mirror of https://github.com/citusdata/citus.git
Update comment in WorkerAggregateExpressionList
parent
ef5ff7eb12
commit
e79db17b91
|
@ -2351,8 +2351,7 @@ WorkerAggregateExpressionList(Aggref *originalAggregate,
|
|||
else
|
||||
{
|
||||
/*
|
||||
* All other aggregates are sent as they are to the worker nodes. These
|
||||
* aggregate functions include sum, count, min, max, and array_agg.
|
||||
* All other aggregates are sent as they are to the worker nodes.
|
||||
*/
|
||||
Aggref *workerAggregate = copyObject(originalAggregate);
|
||||
workerAggregateList = lappend(workerAggregateList, workerAggregate);
|
||||
|
|
Loading…
Reference in New Issue