Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this
operation is delete_table
.
glue_delete_column_statistics_for_table(CatalogId, DatabaseName,
TableName, ColumnName)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
[required] The name of the catalog database where the partitions reside.
[required] The name of the partitions' table.
[required] The name of the column.
An empty list.
svc$delete_column_statistics_for_table( CatalogId = "string", DatabaseName = "string", TableName = "string", ColumnName = "string" )