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

POC: Execution via an xarray.Dataset Table. #1

Merged
merged 3 commits into from
Nov 26, 2023
Merged

POC: Execution via an xarray.Dataset Table. #1

merged 3 commits into from
Nov 26, 2023

Conversation

alxmrs
Copy link
Owner

@alxmrs alxmrs commented Nov 26, 2023

This is a proof of concept for Qarray. Here, I make use of sqlglot's built-in SQL executor by making a custom Xarray table. The main function of this table is to translate a multi-dimensional array into a flat table index.

This is only tested with a simple select-and-limit. More tests are needed.

This is a proof of concept for Qarray. Here, I make use of sqlglot's built-in SQL executor by making a custom Xarray table. The main function of this table is to translate a multi-dimensional array into a flat table index.

This is only tested with a simple select-and-limit. More tests are needed.
@alxmrs alxmrs merged commit 15b5735 into main Nov 26, 2023
@alxmrs alxmrs deleted the ds-table branch November 26, 2023 08:26
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.

1 participant