datafusion_expr::binary

Function decimal_coercion

Source
pub fn decimal_coercion(
    lhs_type: &DataType,
    rhs_type: &DataType,
) -> Option<DataType>
Expand description

Decimal coercion rules.