Builder

class Builder

Properties

Link copied to clipboard

The unique identifier assigned to this partition field within the Iceberg table's partition specification.

Link copied to clipboard
var name: String?

The name of the partition field as it will appear in the partitioned table structure.

Link copied to clipboard

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

Link copied to clipboard

The transformation function applied to the source field to create the partition, such as identity, bucket, truncate, year, month, day, or hour.