Learn R Programming

paws.analytics (version 0.1.9)

glue_get_column_statistics_for_table: Retrieves table statistics of columns

Description

Retrieves table statistics of columns.

Usage

glue_get_column_statistics_for_table(CatalogId, DatabaseName, TableName,
  ColumnNames)

Arguments

CatalogId

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS 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.

ColumnNames

[required] A list of the column names.

Request syntax

svc$get_column_statistics_for_table(
  CatalogId = "string",
  DatabaseName = "string",
  TableName = "string",
  ColumnNames = list(
    "string"
  )
)