Values_2.StatisticSummarySourceSummary information about a statistic.
type nonrec t = {statisticId : Values_0.HashString.t option;The Statistic ID.
*)profileId : Values_0.HashString.t option;The Profile ID.
*)runIdentifier : RunIdentifier.t option;The Run Identifier
*)statisticName : StatisticNameString.t option;The name of the statistic.
*)doubleValue : float option;The value of the statistic.
*)evaluationLevel : StatisticEvaluationLevel.t option;The evaluation level of the statistic. Possible values: Dataset, Column, Multicolumn.
*)columnsReferenced : Values_1.ColumnNameList.t option;The list of columns referenced by the statistic.
*)referencedDatasets : ReferenceDatasetsList.t option;The list of datasets referenced by the statistic.
*)statisticProperties : StatisticPropertiesMap.t option;A StatisticPropertiesMap, which contains a NameString and DescriptionString
*)recordedOn : Values_0.Timestamp.t option;The timestamp when the statistic was recorded.
*)inclusionAnnotation : Values_0.TimestampedInclusionAnnotation.t option;The inclusion annotation for the statistic.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of float
| `Enum of string
| `List of [> `String of Values_0.NameString.t ] list
| `Map of
([> `String of Values_0.NameString.t ]
* [> `String of Values_0.DescriptionString.t ])
list
| `String of Values_0.HashString.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.HashString.t
| `Timestamp of string ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]