Closed DarshanSP19 closed 10 months ago
Now the aggregation works without a group by clause. Queries like below are now supported.
group by
SELECT MIN(temperature) FROM 'gs://gcp-public-data-arco-era5/ar/full_37-1h-0p25deg-chunk-1.zarr-v3' WHERE time >= '2023-01-01' AND time < '2023-02-01'
Now the aggregation works without a
group by
clause. Queries like below are now supported.