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