glue_create_partition_index: Creates a specified partition index in an existing table

View source: R/glue_operations.R

glue_create_partition_indexR Documentation

Creates a specified partition index in an existing table

Description

Creates a specified partition index in an existing table.

See https://www.paws-r-sdk.com/docs/glue_create_partition_index/ for full documentation.

Usage

glue_create_partition_index(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  PartitionIndex
)

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.