Class IntRollingMinMaxOperator.Context

All Implemented Interfaces:
SafeCloseable, AutoCloseable
Enclosing class:
IntRollingMinMaxOperator

protected class IntRollingMinMaxOperator.Context extends BaseIntUpdateByOperator.Context
  • Field Details

    • intInfluencerValuesChunk

      protected IntChunk<? extends Values> intInfluencerValuesChunk
    • aggMinMax

      protected AggregatingIntRingBuffer aggMinMax
    • evaluationNeeded

      protected boolean evaluationNeeded
  • Constructor Details

    • Context

      protected Context(int affectedChunkSize, int influencerChunkSize)
  • Method Details