Crate iceberg_datafusion

Source

Modules§

table_provider_factory

Structs§

IcebergCatalogProvider
Provides an interface to manage and access multiple schemas within an Iceberg Catalog.
IcebergTableProvider
Represents a TableProvider for the Iceberg Catalog, managing access to a Table.
IcebergTableProviderFactory
A factory that implements DataFusion’s TableProviderFactory to create IcebergTableProvider instances.

Functions§

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