Skip to main content

Module datafusion

Module datafusion 

Source
Expand description

Optional DataFusion table-provider and registration surface.

Structs§

DeltaTableProvider
Immutable DataFusion provider for one loaded Delta table snapshot.
ScanMetrics
Shared live metrics for one DataFusion physical scan plan.
ScanMetricsSnapshot
Immutable point-in-time DataFusion scan metrics.
ScanOptions
DataFusion-specific scan settings for one provider.
TableRegistration
Result of registering one loaded Delta table in a DataFusion context.

Enums§

IntraFileRepartitioning
Controls when DataFusion may split direct Parquet reads into ranged scan tasks.

Functions§

collect_scan_metrics
Collects distinct Delta DataFusion scan metrics in depth-first plan order.
register_table
Registers one loaded Delta table in a DataFusion session.