Delete the partition column statistics of a column.
glue_delete_column_statistics_for_partition(CatalogId, DatabaseName,
TableName, PartitionValues, 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] A list of partition values identifying the partition.
[required] Name of the column.
svc$delete_column_statistics_for_partition( CatalogId = "string", DatabaseName = "string", TableName = "string", PartitionValues = list( "string" ), ColumnName = "string" )