IcebergSortOrder

Defines the sort order specification for an Iceberg table, determining how data should be ordered within partitions to optimize query performance.

Types

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

Properties

Link copied to clipboard

The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.

Link copied to clipboard

The unique identifier for this sort order specification within the Iceberg table's metadata.

Functions

Link copied to clipboard
inline fun copy(block: IcebergSortOrder.Builder.() -> Unit = {}): IcebergSortOrder
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