| Parameter | Type | Description | Example |
|---|---|---|---|
| object | SkewedInfo | ||
| SkewedColNames | array | List of fields that contain skewed values | |
| string | The names of the skewed fields. | col1 | |
| SkewedColValueLocationMaps | object | Mapping Map of skew values and fields | |
| string | Mapping Map of skew values and fields | {“col1”:"val1"} | |
| SkewedColValues | array | Tilt Value List | |
| array | The values of the skewed fields. | ||
| string | The values of the skewed fields. | "123" |