glue_get_user_defined_function: Retrieves a specified function definition from the Data...

View source: R/glue_operations.R

glue_get_user_defined_functionR Documentation

Retrieves a specified function definition from the Data Catalog

Description

Retrieves a specified function definition from the Data Catalog.

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

Usage

glue_get_user_defined_function(CatalogId = NULL, DatabaseName, FunctionName)

Arguments

CatalogId

The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the Amazon Web Services account ID is used by default.

DatabaseName

[required] The name of the catalog database where the function is located.

FunctionName

[required] The name of the function.


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