polars_
utils
0.44.2
Module binary_
search
Module Items
Traits
Functions
In crate polars_
utils
polars_utils
Module
binary_search
Copy item path
Source
Traits
§
Exponential
Search
Functions
§
find_
first_
ge_
index
Find the index of the first element of
arr
that is greater or equal to
val
. Assumes that
arr
is sorted.
find_
first_
gt_
index
Find the index of the first element of
arr
that is greater than
val
. Assumes that
arr
is sorted.