Modules§
Structs§
- Iceberg
Catalog Provider - Provides an interface to manage and access multiple schemas
within an Iceberg
Catalog
. - Iceberg
Table Provider - Represents a
TableProvider
for the IcebergCatalog
, managing access to aTable
. - Iceberg
Table Provider Factory - A factory that implements DataFusion’s
TableProviderFactory
to createIcebergTableProvider
instances.
Functions§
- from_
datafusion_ error - Converts a datafusion error into an iceberg error.
- to_
datafusion_ error - Converts an iceberg error into a datafusion error.