ColumnStatisticsData

Contains the individual types of column statistics data. Only one data object should be set and indicated by the Type attribute.

Types

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

Properties

Link copied to clipboard

Binary column statistics data.

Link copied to clipboard

Boolean column statistics data.

Link copied to clipboard

Date column statistics data.

Link copied to clipboard

Decimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two's complement representations of the decimal's unscaled value.

Link copied to clipboard

Double column statistics data.

Link copied to clipboard

Long column statistics data.

Link copied to clipboard

String column statistics data.

Link copied to clipboard

The type of column statistics data.

Functions

Link copied to clipboard
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