Expand description
Connectors to enable DataFusion to read Vortex data.
Modules§
- metrics
- Vortex table provider metrics.
- vendor
- We are vendoring the physical expression adapter fixes for nested structs that will be released in DF 52.
Structs§
- Vortex
Access Plan - Custom Vortex-specific information that can be provided by external indexes or other sources.
- Vortex
Format - Vortex implementation of a DataFusion
FileFormat. - Vortex
Format Factory - Minimal factory to create
VortexFormatinstances. - Vortex
Options - Options to configure the
VortexFormat. - Vortex
Source - Execution plan for reading one or more Vortex files, intended to be consumed by
DataSourceExec.
Traits§
- Expression
Convertor - Trait for converting DataFusion expressions to Vortex ones.