Learn R Programming

paws.analytics (version 0.7.0)

glue_start_column_statistics_task_run: Starts a column statistics task run, for a specified table and columns

Description

Starts a column statistics task run, for a specified table and columns.

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

Usage

glue_start_column_statistics_task_run(
  DatabaseName,
  TableName,
  ColumnNameList = NULL,
  Role,
  SampleSize = NULL,
  CatalogID = NULL,
  SecurityConfiguration = NULL
)

Arguments

DatabaseName

[required] The name of the database where the table resides.

TableName

[required] The name of the table to generate statistics.

ColumnNameList

A list of the column names to generate statistics. If none is supplied, all column names for the table will be used by default.

Role

[required] The IAM role that the service assumes to generate statistics.

SampleSize

The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.

CatalogID

The ID of the Data Catalog where the table reside. If none is supplied, the Amazon Web Services account ID is used by default.

SecurityConfiguration

Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.