Expand description
Feature-gated I/O operations for Apache Iceberg.
Contains catalog construction, table loading, scanning, and writing
functions. All code requires the iceberg feature.
Functionsยง
- build_
catalog - Builds a REST catalog from configuration.
- commit_
data_ files_ append - Append
data_filesin one Iceberg transaction. - current_
snapshot_ id - Returns the current snapshot ID of a table, if any.
- ensure_
table_ exists - Creates an Iceberg table (and namespace) if it does not already exist.
- load_
table - Loads an Iceberg table from the catalog.
- load_
table_ with_ timeout - Loads an Iceberg table within a bounded catalog operation.
- scan_
table Deprecated - Scans a table into a compatibility buffer with fixed file, batch, byte, and time bounds.