ColumnStatistics

Represents the generated column-level statistics for a table or partition.

Types

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

Properties

Link copied to clipboard

The timestamp of when column statistics were generated.

Link copied to clipboard

Name of column which statistics belong to.

Link copied to clipboard

The data type of the column.

Link copied to clipboard

A ColumnStatisticData object that contains the statistics data values.

Functions

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