Module datafusion_expr::type_coercion::other
source · Functions
Find a common coerceable type for all
then_types
as well
and the else_type
, if specified.
Returns the common data type for then_types
and else_type
Attempts to coerce the types of
list_types
to be comparable with the
expr_type
.
Returns the common data type for expr_type
and list_types