IcebergSortField

Defines a single field within an Iceberg sort order specification, including the source field, transformation, sort direction, and null value ordering.

Types

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

Properties

Link copied to clipboard

The sort direction for this field, either ascending or descending.

Link copied to clipboard

The ordering behavior for null values in this field, specifying whether nulls should appear first or last in the sort order.

Link copied to clipboard

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

Link copied to clipboard

The transformation function applied to the source field before sorting, such as identity, bucket, or truncate.

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