Learn R Programming

paws.analytics (version 0.1.12)

glue_delete_column_statistics_for_partition: Delete the partition column statistics of a column

Description

Delete the partition column statistics of a column.

The Identity and Access Management (IAM) permission required for this operation is delete_partition.

Usage

glue_delete_column_statistics_for_partition(CatalogId, DatabaseName,
  TableName, PartitionValues, ColumnName)

Value

An empty list.

Arguments

CatalogId

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.

DatabaseName

[required] The name of the catalog database where the partitions reside.

TableName

[required] The name of the partitions' table.

PartitionValues

[required] A list of partition values identifying the partition.

ColumnName

[required] Name of the column.

Request syntax

svc$delete_column_statistics_for_partition(
  CatalogId = "string",
  DatabaseName = "string",
  TableName = "string",
  PartitionValues = list(
    "string"
  ),
  ColumnName = "string"
)