Interface SegmentSorter

  • All Known Implementing Classes:
    PinotSegmentSorter

    public interface SegmentSorter
    Interface for segment sorters
    • Method Detail

      • getSortedDocIds

        int[] getSortedDocIds​(List<String> sortOrder)
        Compute the sorted docIds given a list of sort order column names
        Parameters:
        sortOrder - a list of column names that represent the sorting order
        Returns:
        an array of sorted docIds