pub fn _check_asof_columns( a: &Series, b: &Series, has_tolerance: bool, check_sortedness: bool, by_groups_present: bool, ) -> Result<(), PolarsError>
polars-ops