Class WindowLastProcessor
java.lang.Object
org.apache.druid.query.operator.window.value.WindowValueProcessorBase
org.apache.druid.query.operator.window.value.WindowLastProcessor
- All Implemented Interfaces:
Processor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(RowsAndColumns input) 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
-
WindowLastProcessor
-
-
Method Details
-
process
Description copied from interface:ProcessorApplies the logic of the processor to a RowsAndColumns object- Parameters:
input- the incoming RowsAndColumns object- Returns:
- the transformed RowsAndColumns object
-