Retrieves multiple function definitions from the Data Catalog
Source:R/glue_operations.R
glue_get_user_defined_functions.RdRetrieves multiple function definitions from the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_get_user_defined_functions/ for full documentation.
Usage
glue_get_user_defined_functions(
CatalogId = NULL,
DatabaseName = NULL,
Pattern,
FunctionType = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- CatalogId
The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.
- DatabaseName
The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.
- Pattern
[required] An optional function-name pattern string that filters the function definitions returned.
- FunctionType
An optional function-type pattern string that filters the function definitions returned from Amazon Redshift Federated Permissions Catalog.
Specify a value of
REGULAR_FUNCTIONorSTORED_PROCEDURE. TheSTORED_PROCEDUREfunction type is only compatible with Amazon Redshift Federated Permissions Catalog.- NextToken
A continuation token, if this is a continuation call.
- MaxResults
The maximum number of functions to return in one response.