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

public class WindowLastProcessor extends WindowValueProcessorBase
  • Constructor Details

    • WindowLastProcessor

      public WindowLastProcessor(String inputColumn, String outputColumn)
  • Method Details

    • process

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