Class AppendMinMaxByStateFactoryImpl

All Implemented Interfaces:
BasicDeflatable<MinMaxByStateFactoryImpl>, AggregationStateFactory

public class AppendMinMaxByStateFactoryImpl extends MinMaxByStateFactoryImpl
If you've got a table that is grow only, this will do a min/max calculation without requiring any state. The limitation is that if you modify or remove a row it will throw an UnsupportedOperationException.
  • Constructor Details

    • AppendMinMaxByStateFactoryImpl

      public AppendMinMaxByStateFactoryImpl(boolean minimum)