Class DefaultNaiveSortMaker
java.lang.Object
org.apache.druid.query.rowsandcols.semantic.DefaultNaiveSortMaker
- All Implemented Interfaces:
NaiveSortMaker
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.druid.query.rowsandcols.semantic.NaiveSortMaker
NaiveSortMaker.NaiveSorter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmake(ArrayList<ColumnWithDirection> ordering) Makes the NaiveSorter that will actually do the sort.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.rowsandcols.semantic.NaiveSortMaker
make
-
Constructor Details
-
DefaultNaiveSortMaker
-
-
Method Details
-
make
Description copied from interface:NaiveSortMakerMakes the NaiveSorter that will actually do the sort.- Specified by:
makein interfaceNaiveSortMaker- Parameters:
ordering- a specification of which columns to sort in which direction- Returns:
- a NaiveSorter that will sort according to the provided spec
-