Function polars_core::frame::hash_join::_check_categorical_src
source · pub fn _check_categorical_src(l: &DataType, r: &DataType) -> PolarsResult<()>
Available on crate feature
dtype-categorical
only.Expand description
If Categorical types are created without a global string cache or under a different global string cache the mapping will be incorrect.