# Functions
GetLatestBy groups lines by the given columns keeping the most recent one, thus without performing any aggregation.
GroupBy groups lines by the given columns, performing the given aggregation function.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Average returns the average value of the given column in the given group.
Count returns the number of lines in the given group.
Max returns the maximum value of the given column in the given group.
Min returns the minimum value of the given column in the given group.
Set is a set of aggregations.
Sum returns the sum of the given column in the given group.