Class MinMaxAggWindow.MinOrMaxAggregationWindow

    • Constructor Detail

      • MinOrMaxAggregationWindow

        public MinOrMaxAggregationWindow​(long start,
                                         long end,
                                         boolean isMin)
    • Method Detail

      • getValue

        public HistoricalValue getValue​(int level)
        Description copied from interface: DataWindow
        Returns the value for the specified "level" of the window. Windows generally only have one value, but technically they are allowed to have any number. As long as hasMore is true, this function will be called with an incremented level.
        Specified by:
        getValue in interface DataWindow
        Overrides:
        getValue in class MinMaxAggWindow