Module table

Source
Expand description

Iceberg table providers for DataFusion.

This module provides two table provider implementations:

  • IcebergTableProvider: Catalog-backed provider with automatic metadata refresh. Use for write operations and when you need to see the latest table state.

  • IcebergStaticTableProvider: Static provider for read-only access to a specific table snapshot. Use for consistent analytical queries or time-travel scenarios.

Modules§

metadata_table
table_provider_factory

Structs§

IcebergStaticTableProvider
Static table provider for read-only snapshot access.
IcebergTableProvider
Catalog-backed table provider with automatic metadata refresh.