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ยง
- Arrow
Sort Field - Configure the data type and sort order for a given column
- Sort
Builder - Streaming sort index builder.