Uses of Class
org.apache.druid.query.operator.ColumnWithDirection
-
Packages that use ColumnWithDirection Package Description org.apache.druid.query.operator org.apache.druid.query.operator.window org.apache.druid.query.rowsandcols org.apache.druid.query.rowsandcols.semantic -
-
Uses of ColumnWithDirection in org.apache.druid.query.operator
Methods in org.apache.druid.query.operator that return ColumnWithDirection Modifier and Type Method Description static ColumnWithDirectionColumnWithDirection. ascending(String column)static ColumnWithDirectionColumnWithDirection. descending(String column)Methods in org.apache.druid.query.operator that return types with arguments of type ColumnWithDirection Modifier and Type Method Description List<ColumnWithDirection>ScanOperatorFactory. getOrdering()List<ColumnWithDirection>NaiveSortOperatorFactory. getSortColumns()Constructor parameters in org.apache.druid.query.operator with type arguments of type ColumnWithDirection Constructor Description NaiveSortOperator(Operator child, List<ColumnWithDirection> sortColumns)NaiveSortOperatorFactory(List<ColumnWithDirection> sortColumns) -
Uses of ColumnWithDirection in org.apache.druid.query.operator.window
Methods in org.apache.druid.query.operator.window that return types with arguments of type ColumnWithDirection Modifier and Type Method Description List<ColumnWithDirection>WindowFrame. getOrderBy()Methods in org.apache.druid.query.operator.window with parameters of type ColumnWithDirection Modifier and Type Method Description static WindowFrameWindowFrame. forOrderBy(ColumnWithDirection... orderBy)Constructor parameters in org.apache.druid.query.operator.window with type arguments of type ColumnWithDirection Constructor Description WindowFrame(WindowFrame.PeerType peerType, boolean lowerUnbounded, int lowerOffset, boolean upperUnbounded, int upperOffset, List<ColumnWithDirection> orderBy) -
Uses of ColumnWithDirection in org.apache.druid.query.rowsandcols
Method parameters in org.apache.druid.query.rowsandcols with type arguments of type ColumnWithDirection Modifier and Type Method Description voidArrayListRowsAndColumns. sort(ArrayList<ColumnWithDirection> ordering)Constructor parameters in org.apache.druid.query.rowsandcols with type arguments of type ColumnWithDirection Constructor Description LazilyDecoratedRowsAndColumns(RowsAndColumns base, org.joda.time.Interval interval, Filter filter, VirtualColumns virtualColumns, OffsetLimit limit, List<ColumnWithDirection> ordering, LinkedHashSet<String> viewableColumns) -
Uses of ColumnWithDirection in org.apache.druid.query.rowsandcols.semantic
Methods in org.apache.druid.query.rowsandcols.semantic with parameters of type ColumnWithDirection Modifier and Type Method Description default NaiveSortMaker.NaiveSorterNaiveSortMaker. make(ColumnWithDirection... ordering)Method parameters in org.apache.druid.query.rowsandcols.semantic with type arguments of type ColumnWithDirection 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.voidDefaultRowsAndColumnsDecorator. setOrdering(List<ColumnWithDirection> ordering)voidRowsAndColumnsDecorator. setOrdering(List<ColumnWithDirection> ordering)Constructor parameters in org.apache.druid.query.rowsandcols.semantic with type arguments of type ColumnWithDirection Constructor Description DefaultRowsAndColumnsDecorator(RowsAndColumns base, org.joda.time.Interval interval, Filter filter, VirtualColumns virtualColumns, OffsetLimit limit, List<ColumnWithDirection> ordering)
-