PartitionStorageDescriptorSkewedInfoArgs

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

Constructors

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

Properties

Link copied to clipboard
val skewedColumnNames: Output<List<String>>? = null

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
val skewedColumnValues: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PartitionStorageDescriptorSkewedInfoArgs