You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
The datasets API allows taking filters and columns subset, and provides an iterator of Arrow record batches. I think that could be wrapped in a TableProvider, though I'm unclear how predicate pushdown is implemented in Datafusion.
The text was updated successfully, but these errors were encountered:
Given the success of the Datasets + DuckDB integration, a similar integration might be worthwhile in this module.
The datasets API allows taking filters and columns subset, and provides an iterator of Arrow record batches. I think that could be wrapped in a
TableProvider
, though I'm unclear how predicate pushdown is implemented in Datafusion.The text was updated successfully, but these errors were encountered: