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
compare_rows in datafusion::common::utils - Rust
[go: Go Back, main page]

Function datafusion::common::utils::compare_rows

source ยท
pub fn compare_rows(
    x: &[ScalarValue],
    y: &[ScalarValue],
    sort_options: &[SortOptions],
) -> Result<Ordering, DataFusionError>
Expand description

This function compares two tuples depending on the given sort options.