pub fn can_cast_types(from_type: &DataType, to_type: &DataType) -> bool
Expand description
Customized arrow_cast::can_cast_types
that handles cases not supported upstream yet.
pub fn can_cast_types(from_type: &DataType, to_type: &DataType) -> bool
Customized arrow_cast::can_cast_types
that handles cases not supported upstream yet.