Skip to main content

_check_asof_columns

Function _check_asof_columns 

Source
pub fn _check_asof_columns(
    a: &Series,
    b: &Series,
    has_tolerance: bool,
    check_sortedness: bool,
    by_groups_present: bool,
) -> Result<(), PolarsError>
Available on crate feature polars-ops only.