PartitionSpec

Partition specification for an Apache Iceberg destination table.

Types

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

Properties

Link copied to clipboard

The partitioning strategy applied to records written to the table.

Link copied to clipboard

The source columns used by the partitioning strategy. For TIME_HOUR, must contain exactly one source column whose value is a timestamp.

Functions

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