Get a function
Gets a function from within a parent catalog and schema.
Response
The function was successfully retrieved.
Name of function, relative to parent schema.
Name of parent catalog.
Name of parent schema relative to its parent catalog.
Name of type (INT, STRUCT, MAP, etc.).
Pretty printed function data type.
Function language. When EXTERNAL is used, the language of the routine function should be specified in the external_language field, and the return_params of the function cannot be used (as TABLE return type is not supported), and the sql_data_access field must be NO_SQL.
Function body.
Function parameter style. S is the value for SQL.
Whether the function is deterministic.
Function SQL data access.
Function null call.
Function security type.
Specific name of the function; Reserved for future use.
User-provided free-form text description.
JSON-serialized key-value pair map, encoded (escaped) as a string.
Full name of function, in form of catalog_name.schema_name.function__name
Time at which this function was created, in epoch milliseconds.
Time at which this function was last updated, in epoch milliseconds.
Id of Function, relative to parent schema.
External language of the function.