
Last chance! 50% off unlimited learning
Sale ends in
Retrieves partition statistics of columns.
See https://www.paws-r-sdk.com/docs/glue_get_column_statistics_for_partition/ for full documentation.
glue_get_column_statistics_for_partition(
CatalogId = NULL,
DatabaseName,
TableName,
PartitionValues,
ColumnNames
)
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.
[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] A list of the column names.