xarray-sql
xarray-sql copied to clipboard
Create Xarray Executor
Idea for creation: subclass the python executor.
https://github.com/tobymao/sqlglot/blob/main/sqlglot/executor/python.py
Implement an alternative way to scan through a Table that has an Xarray dataset in it.
This may be stale. Though, this can be adapted to include a xql integration.
Arrow/DataFusion is a better fit than sqlglot.