Function datafusion_expr::type_coercion::binary::get_result_type
source ยท pub fn get_result_type(
lhs: &DataType,
op: &Operator,
rhs: &DataType,
) -> Result<DataType>
Expand description
returns the resulting type of a binary expression evaluating the op
with the left and right hand types