Module functions

Source

Functionsยง

can_coerce_from
Return true if a value of type type_from can be coerced (losslessly converted) into a value of type_to
data_types
Performs type coercion for function arguments.
data_types_with_aggregate_udf
Performs type coercion for aggregate function arguments.
data_types_with_scalar_udf
Performs type coercion for scalar function arguments.
data_types_with_window_udf
Performs type coercion for window function arguments.