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
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(RowsAndColumns incomingPartition) Applies the logic of the processor to a RowsAndColumns objectMethods inherited from class org.apache.druid.query.operator.window.ranking.WindowRankingProcessorBase
equals, getGroupingCols, getOutputColumn, getOutputColumnNames, hashCode, internalToString, intervalValidation, processInternal, toString, validateEquivalent
-
Constructor Details
-
WindowDenseRankProcessor
-
-
Method Details
-
process
Description copied from interface:ProcessorApplies the logic of the processor to a RowsAndColumns object- Parameters:
incomingPartition- the incoming RowsAndColumns object- Returns:
- the transformed RowsAndColumns object
-