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

Experimental DataFusion integration #6807

Open
emilk opened this issue Jul 8, 2024 · 1 comment
Open

Experimental DataFusion integration #6807

emilk opened this issue Jul 8, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@emilk
Copy link
Member

emilk commented Jul 8, 2024

Load an .rrd from disk, then implement datafusion::TableProvider and try do some queries.

Let's not use re_arrow2 for this, but write all new code using arrow.

@emilk emilk added the enhancement New feature or request label Jul 8, 2024
@teh-cmc
Copy link
Member

teh-cmc commented Jul 9, 2024

More specifically, I think this should load the RRD into a ChunkStore, and then implement the DataFusion traits on top of ChunkStore.

An even better solution would be to implement the traits on top of something like StoreHub instead, in order to make cross-recording queries possible, but given the current state StoreHub and how coupled it is to the Viewer at the moment, that's probably not realistic. (Then again we are gonna need to fix that coupling at some point too.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants