Class WindowDenseRankProcessor

java.lang.Object
org.apache.druid.query.operator.window.ranking.WindowRankingProcessorBase
org.apache.druid.query.operator.window.ranking.WindowDenseRankProcessor
All Implemented Interfaces:
Processor

public class WindowDenseRankProcessor extends WindowRankingProcessorBase
This Processor assumes that data has already been sorted for it. It does not re-sort the data and if it is given data that is not in the correct sorted order, its operation is undefined.
  • Constructor Details

    • WindowDenseRankProcessor

      public WindowDenseRankProcessor(List<String> groupingCols, String outputColumn)
  • Method Details

    • process

      public RowsAndColumns process(RowsAndColumns incomingPartition)
      Description copied from interface: Processor
      Applies the logic of the processor to a RowsAndColumns object
      Parameters:
      incomingPartition - the incoming RowsAndColumns object
      Returns:
      the transformed RowsAndColumns object