CatalogTableStorageDescriptorSkewedInfo

data class CatalogTableStorageDescriptorSkewedInfo(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

List of names of columns that contain skewed values.

Link copied to clipboard

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

Link copied to clipboard

Map of skewed values to the columns that contain them.