Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Add Aggregate operator to Table API as described in Google doc.
The usage:
val res = tab .groupBy('a) // leave out groupBy-clause to define global aggregates .agg(fun: AggregateFunction) // output has columns 'a, 'b, 'c .select('a, 'c)