Values_0.SkewedInfoSourceSpecifies skewed values in a table. Skewed values are those that occur with very high frequency.
type nonrec t = {skewedColumnNames : NameStringList.t option;A list of names of columns that contain skewed values.
*)skewedColumnValues : ColumnValueStringList.t option;A list of values that appear so frequently as to be considered skewed.
*)skewedColumnValueLocationMaps : LocationMap.t option;A mapping of skewed values to the columns that contain them.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NameString.t ] list
| `Map of
([> `String of ColumnValuesString.t ]
* [> `String of ColumnValuesString.t ])
list ])
list ]