Crate iceberg_datafusion

Source

Re-exports§

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

Modules§

table

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.