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

pub fn evaluate_partition_ranges(
    num_rows: usize,
    partition_columns: &[SortColumn]
) -> Result<Vec<Range<usize>>>
Expand description

This function finds the partition points according to partition_columns. If there are no sort columns, then the result will be a single element vector containing one partition range spanning all data.