Values_1.CreatePartitionIndexRequestSourceCreates a specified partition index in an existing table.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The catalog ID where the table resides.
*)databaseName : Values_0.NameString.t;Specifies the name of a database in which you want to create a partition index.
*)tableName : Values_0.NameString.t;Specifies the name of a table in which you want to create a partition index.
*)partitionIndex : PartitionIndex.t;Specifies a PartitionIndex structure to create a partition index in an existing table.
*)}val make :
?catalogId:??? ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
partitionIndex:PartitionIndex.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.CatalogIdString.t
| `Structure of
(string
* [> `List of [> `String of Values_0.NameString.t ] list
| `String of Values_0.NameString.t ])
list ])
list ]