IcebergSortField

Defines a single sort field in an Iceberg sort order specification.

Types

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

Properties

Link copied to clipboard

The sort direction. Valid values are asc for ascending order or desc for descending order.

Link copied to clipboard

Specifies how null values are ordered. Valid values are nulls-first to place nulls before non-null values, or nulls-last to place nulls after non-null values.

Link copied to clipboard

The ID of the source schema field to sort by. This must reference a valid field ID from the table schema.

Link copied to clipboard

The transform to apply to the source field before sorting. Use identity to sort by the field value directly, or specify other transforms as needed.

Functions

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