Interface SegmentSorter
-
- All Known Implementing Classes:
PinotSegmentSorter
public interface SegmentSorterInterface for segment sorters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]getSortedDocIds(List<String> sortOrder)Compute the sorted docIds given a list of sort order column names
-