Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

paws.analytics (version 0.9.0)

glue_delete_column_statistics_for_table: Retrieves table statistics of columns

Description

Retrieves table statistics of columns.

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

Usage

glue_delete_column_statistics_for_table(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  ColumnName
)

Arguments

CatalogId

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services 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.

ColumnName

[required] The name of the column.