SkewedInfo

Specifies skewed values in a table. Skewed values are those that occur with very high frequency.

Types

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

Properties

Link copied to clipboard

A list of names of columns that contain skewed values.

Link copied to clipboard

A mapping of skewed values to the columns that contain them.

Link copied to clipboard

A list of values that appear so frequently as to be considered skewed.

Functions

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