Module polars_core::chunked_array::ops::search_sorted

source ·

Enums§

Functions§

  • Search through a series of chunks for the first position where f(x) is true, assuming it is first always false and then always true. It repeats this for each value in search_values. If the search value is null null_idx is returned.