Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The aggregate operator should support an empty list of keys to allow aggregation across the entire input something like this:
{ op: "aggregate", type: "simple", keys: [], aggregations: [ref: "average", expr: "AVG(y)"]}