Traits§
- UDFCoercion
Ext - Extension trait to unify common functionality between
ScalarUDF,AggregateUDFandWindowUDFfor use by signature coercion functions.
Functions§
- can_
coerce_ from - Return true if a value of type
type_fromcan be coerced (losslessly converted) into a value oftype_to - data_
types Deprecated - Performs type coercion for function arguments.
- data_
types_ with_ scalar_ udf Deprecated - Performs type coercion for scalar function arguments.
- fields_
with_ aggregate_ udf Deprecated - Performs type coercion for aggregate function arguments.
- fields_
with_ udf - Performs type coercion for UDF arguments.
- fields_
with_ window_ udf Deprecated - Performs type coercion for window function arguments.