glue_update_column_statistics_for_partition: Creates or updates partition statistics of columns

View source: R/glue_operations.R

glue_update_column_statistics_for_partitionR Documentation

Creates or updates partition statistics of columns

Description

Creates or updates partition statistics of columns.

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

Usage

glue_update_column_statistics_for_partition(
  CatalogId = NULL,
  DatabaseName,
  TableName,
  PartitionValues,
  ColumnStatisticsList
)

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.

PartitionValues

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

ColumnStatisticsList

[required] A list of the column statistics.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.