PartitionInput

The structure used to create and update a partition.

Types

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

Properties

Link copied to clipboard

The last time at which the partition was accessed.

Link copied to clipboard

The last time at which column statistics were computed for this partition.

Link copied to clipboard

These key-value pairs define partition parameters.

Link copied to clipboard

Provides information about the physical location where the partition is stored.

Link copied to clipboard

The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.

Functions

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