Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply Aggregation Without Group By #429

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

DarshanSP19
Copy link
Collaborator

Now the aggregation works without a group by clause.
Queries like below are now supported.

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'

@DarshanSP19 DarshanSP19 self-assigned this Jan 11, 2024
@DarshanSP19 DarshanSP19 force-pushed the xql-aggregation-without-group-by branch from 07c75c5 to 550452d Compare January 11, 2024 10:38
Copy link
Collaborator

@mahrsee1997 mahrsee1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@mahrsee1997 mahrsee1997 merged commit 21552c6 into main Jan 17, 2024
7 checks passed
@DarshanSP19 DarshanSP19 deleted the xql-aggregation-without-group-by branch January 17, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants