Creates a specified partition index in an existing table.
glue_create_partition_index(CatalogId, DatabaseName, TableName,
PartitionIndex)
An empty list.
The catalog ID where the table resides.
[required] Specifies the name of a database in which you want to create a partition index.
[required] Specifies the name of a table in which you want to create a partition index.
[required] Specifies a PartitionIndex
structure to create a partition index in an
existing table.
svc$create_partition_index(
CatalogId = "string",
DatabaseName = "string",
TableName = "string",
PartitionIndex = list(
Keys = list(
"string"
),
IndexName = "string"
)
)