Skip to main content

Module sort_builder

Module sort_builder 

Source
Expand description

Streaming sort index builder.

Accepts RecordBatches one at a time via SortBuilder::push, encodes sort keys with RowConverter, and produces a PermutationIndex on SortBuilder::finish.

Structsยง

ArrowSortField
Configure the data type and sort order for a given column
SortBuilder
Streaming sort index builder.