glue_create_table_optimizer: Creates a new table optimizer for a specific function

View source: R/glue_operations.R

glue_create_table_optimizerR Documentation

Creates a new table optimizer for a specific function

Description

Creates a new table optimizer for a specific function.

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

Usage

glue_create_table_optimizer(
  CatalogId,
  DatabaseName,
  TableName,
  Type,
  TableOptimizerConfiguration
)

Arguments

CatalogId

[required] The Catalog ID of the table.

DatabaseName

[required] The name of the database in the catalog in which the table resides.

TableName

[required] The name of the table.

Type

[required] The type of table optimizer.

TableOptimizerConfiguration

[required] A TableOptimizerConfiguration object representing the configuration of a table optimizer.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.