Function datafusion_expr::type_coercion::binary::get_input_types
source ยท pub fn get_input_types(
lhs: &DataType,
op: &Operator,
rhs: &DataType,
) -> Result<(DataType, DataType)>
Expand description
Returns the coerced input types for a binary expression evaluating the op
with the left and right hand types