Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Context to allow providing custom data sources, functions, etc. #58

Open
nevi-me opened this issue Oct 26, 2020 · 0 comments
Open

Context to allow providing custom data sources, functions, etc. #58

nevi-me opened this issue Oct 26, 2020 · 0 comments

Comments

@nevi-me
Copy link
Owner

nevi-me commented Oct 26, 2020

I was trying to keep things simple, avoiding a context, but the typesystem won't allow me to have custom sources without some stateful place to register them.

Nothing special here, so I'll take a cue from DataFusion.
What I'm interested in bikeshedding here is how to create an expressive API that allows data sources to declare their capabilities (e.g. I can pushdown sorts, filters, projections).

If I can get it to work, I'd want to contribute it to DataFusion, as that's where I think a de-facto Rust data analysis library should be.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant