featurebyte.UserDefinedFunction.update_output_dtype¶
update_output_dtype(
output_dtype: Literal["BINARY", "BOOL", "CHAR", "DATE", "FLOAT", "INT", "TIME", "TIMESTAMP", "TIMESTAMP_TZ", "VARCHAR", "OBJECT", "TIMEDELTA", "VOID", "ARRAY", "MAP", "STRUCT", "UNKNOWN"]
)Description¶
Update the output data type of the user-defined function.
Parameters¶
- output_dtype: Literal["BINARY", "BOOL", "CHAR", "DATE", "FLOAT", "INT", "TIME", "TIMESTAMP", "TIMESTAMP_TZ", "VARCHAR", "OBJECT", "TIMEDELTA", "VOID", "ARRAY", "MAP", "STRUCT", "UNKNOWN"]
The output data type of the user-defined function.