All Products
Search
Document Center

Data Management:DLSkewedInfo

Last Updated:Nov 04, 2025
ParameterTypeDescriptionExample
object

The data structure that stores the information about skewed columns.

SkewedColValuesarray

The lists of skewed column values. Each list provides a set of associated values.

SkewedColValuearray

The list of skewed column values.

SkewedColValuestring

The values of the skewed columns.

"123"
SkewedColValueLocationMapsobject

The mappings between skewed values and columns.

{“col1”:"val1"}
SkewedColNamesarray

The list of skewed column names.

SkewedColNamestring

The names of the skewed fields.

col1