Module part_sort

Module part_sort 

Source
Expand description

Module for sorting input data within each [PartitionRange].

This module defines the PartSortExec execution plan, which sorts each partition ([PartitionRange]) independently based on the provided physical sort expressions.

Macrosยง

array_check_helper ๐Ÿ”’
ts_to_timestamp ๐Ÿ”’

Structsยง

PartSortExec
Sort input within given PartitionRange
PartSortStream ๐Ÿ”’

Enumsยง

PartSortBuffer ๐Ÿ”’

Functionsยง

get_primary_end ๐Ÿ”’
Get the primary end of a PartitionRange based on sort direction.
group_ranges_by_primary_end ๐Ÿ”’
Group consecutive ranges by their primary end value.