Functionsยง
- can_
coerce_ from - Return true if a value of type
type_from
can be coerced (losslessly converted) into a value oftype_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.