Crate vortex_datafusion

Crate vortex_datafusion 

Source
Expand description

Connectors to enable DataFusion to read Vortex data.

Modules§

metrics
Vortex table provider metrics.

Structs§

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.