IcebergInput

A structure that defines an Apache Iceberg metadata table to create in the catalog.

Types

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

Properties

Link copied to clipboard

A required metadata operation. Can only be set to CREATE.

Link copied to clipboard

The table version for the Iceberg table. Defaults to 2.

Functions

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