Skip to main content

Module v2

Module v2 

Source
Expand description

An experimental implementation of the Vortex Scan API for DataFusion.

This integration directly implements TableProvider + ExecutionPlan, bypassing DataFusion’s FileFormat abstraction.

Structs§

VortexDataSource
A DataFusion DataSource that defers Vortex scan construction to open.
VortexTable
A DataFusion TableProvider backed by a Vortex DataSourceRef.