IcebergPartitionField

Defines a single partition field in an Iceberg partition specification.

Types

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

Properties

Link copied to clipboard
val fieldId: Int?

An optional unique identifier for this partition field. If not specified, S3 Tables automatically assigns a field ID.

Link copied to clipboard

The name for this partition field. This name is used in the partitioned file paths.

Link copied to clipboard

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

Link copied to clipboard

The partition transform to apply to the source field. Supported transforms include identity, year, month, day, hour, bucket, and truncate. For more information, see the Apache Iceberg partition transforms documentation.

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