Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
bisect in datafusion_common::bisect - Rust
[go: Go Back, main page]

pub fn bisect<const SIDE: bool>(
    item_columns: &[ArrayRef],
    target: &[ScalarValue],
    sort_options: &[SortOptions]
) -> Result<usize>
Expand description

This function implements both bisect_left and bisect_right, having the same semantics with the Python Standard Library. To use bisect_left, supply true as the template argument. To use bisect_right, supply false as the template argument.