Crate vortex_datafusion

Crate vortex_datafusion 

Source
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§

VortexAccessPlan
Custom Vortex-specific information that can be provided by external indexes or other sources.
VortexFormat
Vortex implementation of a DataFusion FileFormat.
VortexFormatFactory
Minimal factory to create VortexFormat instances.
VortexOptions
Options to configure the VortexFormat.
VortexSource
Execution plan for reading one or more Vortex files, intended to be consumed by DataSourceExec.

Traits§

ExpressionConvertor
Trait for converting DataFusion expressions to Vortex ones.