Values_0.BatchGetPartitionRequestSourceRetrieves partitions in a batch request.
type nonrec t = {catalogId : CatalogIdString.t option;The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
*)databaseName : NameString.t;The name of the catalog database where the partitions reside.
*)tableName : NameString.t;The name of the partitions' table.
*)partitionsToGet : BatchGetPartitionValueList.t;A list of partition values identifying the partitions to retrieve.
*)auditContext : AuditContext.t option;querySessionContext : QuerySessionContext.t option;}val make :
?catalogId:??? ->
?auditContext:??? ->
?querySessionContext:??? ->
databaseName:NameString.t ->
tableName:NameString.t ->
partitionsToGet:BatchGetPartitionValueList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `List of [> `String of ValueString.t ] list ])
list ]
list
| `String of CatalogIdString.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of ColumnNameString.t ] list
| `Map of
([> `String of ContextKey.t ] * [> `String of ContextValue.t ])
list
| `String of AuditContextString.t
| `Timestamp of Timestamp.t ])
list ])
list ]