hawkfish / olapscript

An OLAP engine for Google App Script
MIT License
3 stars 1 forks source link

Issue #60: Aggr Argument Confusion #82

Closed hawkfish closed 2 years ago

hawkfish commented 2 years ago

The arguments to an aggregate are now part of the object, not the spec object. Check whether the aggregate is a class or an Aggr object and call new for the former.