|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
SkewedInfo |
||
| SkewedColNames |
array |
List of columns that contain skewed values. |
|
|
string |
The name of a skewed column. |
col1 |
|
| SkewedColValueLocationMaps |
object |
Mapping from skewed column values to their storage locations. |
|
|
string |
Mapping from skewed column values to their storage locations. |
{“col1”:"val1"} |
|
| SkewedColValues |
array |
List of skewed values. |
|
|
array |
The values of the skewed columns. |
||
|
string |
The value of a skewed column. |
"123" |