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§
Structs§
- Iceberg
Static Table Provider - Static table provider for read-only snapshot access.
- Iceberg
Table Provider - Catalog-backed table provider with automatic metadata refresh.