Values.ColumnStatisticsConfigurationSourceConfiguration for column evaluations for a profile job. ColumnStatisticsConfiguration can be used to select evaluations and override parameters of evaluations for particular columns.
type nonrec t = {selectors : ColumnSelectorList.t option;List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.
*)statistics : StatisticsConfiguration.t;Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ColumnName.t ]) list ]
list
| `Structure of
(string
* [> `List of
[> `String of Statistic.t
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Statistic.t ])
list ]
list ])
list ])
list ]