PartitionStorageDescriptorSkewedInfo

data class PartitionStorageDescriptorSkewedInfo(val skewedColumnNames: List<String>? = null, val skewedColumnValueLocationMaps: Map<String, String>? = null, val skewedColumnValues: List<String>? = null)

Constructors

Link copied to clipboard
constructor(skewedColumnNames: List<String>? = null, skewedColumnValueLocationMaps: Map<String, String>? = null, skewedColumnValues: List<String>? = null)

Types

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 list of values that appear so frequently as to be considered skewed.

Link copied to clipboard

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