←back to thread

245 points gatesn | 3 comments | | HN request time: 0.644s | source
1. gazpacho ◴[] No.41840789[source]
Very cool! Any plans to offer more direct integrations with DataFusion, e.g. a `VertexReaderFactory`, hooks for pushdowns, etc?
replies(1): >>41840981 #
2. aduffy ◴[] No.41840981[source]
We have a TableProvider for use with Datafusion, checkout this crate and its examples: https://github.com/spiraldb/vortex/tree/develop/vortex-dataf...
replies(1): >>41841086 #
3. gazpacho ◴[] No.41841086[source]
Thanks!