Values_0.PartitionSourceRepresents a slice of table data.
type nonrec t = {values : ValueStringList.t option;The values of the partition.
*)databaseName : NameString.t option;The name of the catalog database in which to create the partition.
*)tableName : NameString.t option;The name of the database table in which to create the partition.
*)creationTime : Timestamp.t option;The time at which the partition was created.
*)lastAccessTime : Timestamp.t option;The last time at which the partition was accessed.
*)storageDescriptor : StorageDescriptor.t option;Provides information about the physical location where the partition is stored.
*)parameters : ParametersMap.t option;These key-value pairs define partition parameters.
*)lastAnalyzedTime : Timestamp.t option;The last time at which column statistics were computed for this partition.
*)catalogId : CatalogIdString.t option;The ID of the Data Catalog in which the partition resides.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ValueString.t ] list
| `Map of
([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ])
list
| `String of NameString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `String of LocationString.t
| `Structure of
(string
* [> `Integer of IntegerFlag.t
| `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of NameString.t ])
list ]
list
| `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of LocationString.t
| `Structure of
(string
* [> `List of [> `String of NameString.t ] list
| `Long of VersionLongNumber.t
| `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of NameString.t
| `Structure of
(string * [> `String of GlueResourceArn.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]