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 type of update action to be performed on the Iceberg table. Defines the specific operation such as adding schema, setting current schema, adding partition spec, or managing encryption keys.

Link copied to clipboard

Encryption key information associated with an Iceberg table update operation. Used when adding or removing encryption keys from the table metadata during table evolution.

Link copied to clipboard

Identifier of the encryption key involved in an Iceberg table update operation. References the specific key being added to or removed from the table's encryption configuration.

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