Class WindowFirstProcessor
java.lang.Object
org.apache.druid.query.operator.window.value.WindowValueProcessorBase
org.apache.druid.query.operator.window.value.WindowFirstProcessor
- All Implemented Interfaces:
Processor
-
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.value.WindowValueProcessorBase
getInputColumn, getOutputColumn, getOutputColumnNames, internalToString, intervalValidation, processInternal, toString, validateEquivalent
-
Constructor Details
-
WindowFirstProcessor
-
-
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
-