Create Partition Index
glue_create_partition_index | R Documentation |
Creates a specified partition index in an existing table¶
Description¶
Creates a specified partition index in an existing table.
Usage¶
Arguments¶
CatalogId
The catalog ID where the table resides.
DatabaseName
[required] Specifies the name of a database in which you want to create a partition index.
TableName
[required] Specifies the name of a table in which you want to create a partition index.
PartitionIndex
[required] Specifies a
PartitionIndex
structure to create a partition index in an existing table.
Value¶
An empty list.