Skip to content
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ case class AggregateExpression(
* ([[aggBufferAttributes]]) of an aggregation buffer which is used to hold partial aggregate
* results. At runtime, multiple aggregate functions are evaluated by the same operator using a
* combined aggregation buffer which concatenates the aggregation buffers of the individual
* aggregate functions.
* aggregate functions. Please note that aggregate functions should be stateless.
*
* Code which accepts [[AggregateFunction]] instances should be prepared to handle both types of
* aggregate functions.
Expand Down