Class WindowLastProcessor

    • Constructor Detail

      • WindowLastProcessor

        public WindowLastProcessor​(String inputColumn,
                                   String outputColumn)
    • Method Detail

      • 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