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
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.)
Load an
.rrd
from disk, then implementdatafusion::TableProvider
and try do some queries.Let's not use
re_arrow2
for this, but write all new code usingarrow
.The text was updated successfully, but these errors were encountered: