IcebergTableUpdate

Defines a complete set of updates to be applied to an Iceberg table, including schema changes, partitioning modifications, sort order adjustments, location updates, and property changes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The updated S3 location where the Iceberg table data will be stored.

Link copied to clipboard

The updated partitioning specification that defines how the table data should be reorganized and partitioned.

Link copied to clipboard

Updated key-value pairs of table properties and configuration settings for the Iceberg table.

Link copied to clipboard

The updated schema definition for the Iceberg table, specifying any changes to field structure, data types, or schema metadata.

Link copied to clipboard

The updated sort order specification that defines how data should be ordered within partitions for optimal query performance.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String