Function polars_core::datatypes::merge_dtypes

source ·
pub fn merge_dtypes(left: &DataType, right: &DataType) -> PolarsResult<DataType>