Uses of Interface
org.apache.druid.query.rowsandcols.semantic.NaiveSortMaker.NaiveSorter
-
Packages that use NaiveSortMaker.NaiveSorter Package Description org.apache.druid.query.rowsandcols.semantic -
-
Uses of NaiveSortMaker.NaiveSorter in org.apache.druid.query.rowsandcols.semantic
Methods in org.apache.druid.query.rowsandcols.semantic that return NaiveSortMaker.NaiveSorter Modifier and Type Method Description NaiveSortMaker.NaiveSorterDefaultNaiveSortMaker. make(ArrayList<ColumnWithDirection> ordering)NaiveSortMaker.NaiveSorterNaiveSortMaker. make(ArrayList<ColumnWithDirection> ordering)Makes the NaiveSorter that will actually do the sort.default NaiveSortMaker.NaiveSorterNaiveSortMaker. make(ColumnWithDirection... ordering)
-