Adds support for defining projections that contain only aggregators and no grouping columns, for example if you wanted to precompute the sum or max or approximate distinct count or whatever of some columns - think timeseries queries with ALL granularity.
I meant to add this in the initial PR, but kind of forgot about it, so here it is now.
Adds support for defining projections that contain only aggregators and no grouping columns, for example if you wanted to precompute the sum or max or approximate distinct count or whatever of some columns - think timeseries queries with ALL granularity.
I meant to add this in the initial PR, but kind of forgot about it, so here it is now.