Partition

class Partition

Represents a slice of table data.

Types

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

Properties

Link copied to clipboard

The ID of the Data Catalog in which the partition resides.

Link copied to clipboard

The time at which the partition was created.

Link copied to clipboard

The name of the catalog database in which to create the partition.

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 name of the database table in which to create the partition.

Link copied to clipboard

The values of the partition.

Functions

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