Function datafusion_expr::binary::decimal_coercion

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

Decimal coercion rules.