Values_1.ColumnStatisticsSourceRepresents the generated column-level statistics for a table or partition.
type nonrec t = {columnName : Values_0.NameString.t;Name of column which statistics belong to.
*)columnType : TypeString.t;The data type of the column.
*)analyzedTime : Values_0.Timestamp.t;The timestamp of when column statistics were generated.
*)statisticsData : ColumnStatisticsData.t;A ColumnStatisticData object that contains the statistics data values.
*)}val make :
columnName:Values_0.NameString.t ->
columnType:TypeString.t ->
analyzedTime:Values_0.Timestamp.t ->
statisticsData:ColumnStatisticsData.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.NameString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Double of Double.t
| `Long of Awso.Import.Int64.t
| `Structure of
(string
* [> `Blob of Values_0.Blob.t
| `Integer of Values_0.Integer.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]