IcebergPartitionSpec

Defines the partitioning specification for an Iceberg table, determining how table data will be organized and partitioned for optimal query performance.

Types

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

Properties

Link copied to clipboard

The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.

Link copied to clipboard
val specId: Int

The unique identifier for this partition specification within the Iceberg table's metadata history.

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