CatalogTableStorageDescriptorSkewedInfoArgs

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

Constructors

fun CatalogTableStorageDescriptorSkewedInfoArgs(skewedColumnNames: Output<List<String>>? = null, skewedColumnValueLocationMaps: Output<Map<String, String>>? = null, skewedColumnValues: Output<List<String>>? = null)

Functions

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

Properties

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

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

Map of skewed values to the columns that contain them.