pub fn get_coerce_type_for_list(
    expr_type: &DataType,
    list_types: &[DataType]
) -> Option<DataType>
Expand description

Attempts to coerce the types of list_types to be comparable with the expr_type. Returns the common data type for expr_type and list_types