[−][src]Function datafusion::physical_plan::expressions::numerical_coercion
pub fn numerical_coercion(
lhs_type: &DataType,
rhs_type: &DataType
) -> Option<DataType>
Coercion rule for numerical types: The type that both lhs and rhs can be casted to for numerical calculation, while maintaining maximum precision