pub fn _sort_or_hash_inner(
    s_left: &Series,
    s_right: &Series,
    _verbose: bool,
    validate: JoinValidation
) -> Result<((Vec<u32>, Vec<u32>), bool), PolarsError>
Available on non-crate feature performant only.