Crate iceberg_datafusion

Source

Re-exports§

pub use table::table_provider_factory::IcebergTableProviderFactory;
pub use table::*;

Modules§

physical_plan
table
Iceberg table providers for DataFusion.

Structs§

IcebergCatalogProvider
Provides an interface to manage and access multiple schemas within an Iceberg [Catalog].

Functions§

from_datafusion_error
Converts a datafusion error into an iceberg error.
to_datafusion_error
Converts an iceberg error into a datafusion error.