Class MonotonicQueueSlidingWindowGroupByExecutor


  • public class MonotonicQueueSlidingWindowGroupByExecutor
    extends SlidingWindowGroupByExecutor
    When computing MAX_VALUE, MIN_VALUE, EXTREME, we only add pre-aggregation results that maintain monotonicity to queue. The aggregation result always appears at the head of the queue.