Function datafusion_expr::type_coercion::binary::like_coercion
source ยท pub fn like_coercion(
lhs_type: &DataType,
rhs_type: &DataType,
) -> Option<DataType>
Expand description
coercion rules for like operations. This is a union of string coercion rules and dictionary coercion rules