Class AggregateWindow

java.lang.Object
com.streambase.sb.operator.BaseAggregateWindow
com.streambase.sb.operator.AggregateWindow
All Implemented Interfaces:
Serializable

public abstract class AggregateWindow extends BaseAggregateWindow
represent a Heap-based aggregate window (For backward compat, we can't call this HeapAggregateWindow, hence have to settle with AggregateWindow)
See Also:
  • Constructor Details

    • AggregateWindow

      public AggregateWindow()
  • Method Details