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ยง
- Part
Sort Exec - Sort input within given PartitionRange
- Part
Sort ๐Stream
Enumsยง
- Part
Sort ๐Buffer
Functionsยง
- get_
primary_ ๐end - Get the primary end of a
PartitionRangebased on sort direction. - group_
ranges_ ๐by_ primary_ end - Group consecutive ranges by their primary end value.