IcebergPartitionField

Defines a single partition field within an Iceberg partition specification, including the source field, transformation function, partition name, and unique identifier.

Types

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

Properties

Link copied to clipboard

The unique identifier assigned to this partition field within the Iceberg table's partition specification.

Link copied to clipboard

The name of the partition field as it will appear in the partitioned table structure.

Link copied to clipboard

The identifier of the source field from the table schema that this partition field is based on.

Link copied to clipboard

The transformation function applied to the source field to create the partition, such as identity, bucket, truncate, year, month, day, or hour.

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