name |
String |
Name of function, relative to parent schema. |
[optional] [default to null] |
catalog_name |
String |
Name of parent catalog. |
[optional] [default to null] |
schema_name |
String |
Name of parent schema relative to its parent catalog. |
[optional] [default to null] |
input_params |
FunctionParameterInfos |
|
[optional] [default to null] |
data_type |
ColumnTypeName |
|
[optional] [default to null] |
full_data_type |
String |
Pretty printed function data type. |
[optional] [default to null] |
return_params |
FunctionParameterInfos |
|
[optional] [default to null] |
routine_body |
String |
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. |
[optional] [default to null] |
routine_definition |
String |
Function body. |
[optional] [default to null] |
routine_dependencies |
DependencyList |
|
[optional] [default to null] |
parameter_style |
String |
Function parameter style. S is the value for SQL. |
[optional] [default to null] |
is_deterministic |
Boolean |
Whether the function is deterministic. |
[optional] [default to null] |
sql_data_access |
String |
Function SQL data access. |
[optional] [default to null] |
is_null_call |
Boolean |
Function null call. |
[optional] [default to null] |
security_type |
String |
Function security type. |
[optional] [default to null] |
specific_name |
String |
Specific name of the function; Reserved for future use. |
[optional] [default to null] |
comment |
String |
User-provided free-form text description. |
[optional] [default to null] |
properties |
String |
JSON-serialized key-value pair map, encoded (escaped) as a string. |
[optional] [default to null] |
full_name |
String |
Full name of function, in form of catalog_name.schema_name.function__name |
[optional] [default to null] |
created_at |
Long |
Time at which this function was created, in epoch milliseconds. |
[optional] [default to null] |
updated_at |
Long |
Time at which this function was last updated, in epoch milliseconds. |
[optional] [default to null] |
function_id |
String |
Id of Function, relative to parent schema. |
[optional] [default to null] |
external_language |
String |
External language of the function. |
[optional] [default to null] |