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
datafusion::physical_expr_common::aggregate::merge_arrays - Rust
[go: Go Back, main page]

Functions§

  • This functions merges values array (&[Vec<ScalarValue>]) into single array Vec<ScalarValue> Merging done according to ordering values stored inside ordering_values (&[Vec<Vec<ScalarValue>>]) Inner Vec<ScalarValue> in the ordering_values can be thought as ordering information for the each ScalarValue in the values array. Desired ordering specified by sort_options argument (Should have same size with inner Vec<ScalarValue> of the ordering_values array).