Function decimal_coercion
pub fn decimal_coercion(
lhs_type: &DataType,
rhs_type: &DataType,
) -> Option<DataType>Expand description
Decimal coercion rules.
pub fn decimal_coercion(
lhs_type: &DataType,
rhs_type: &DataType,
) -> Option<DataType>Decimal coercion rules.