Class ByteRollingMinMaxOperator.Context

All Implemented Interfaces:
SafeCloseable, AutoCloseable
Enclosing class:
ByteRollingMinMaxOperator

protected class ByteRollingMinMaxOperator.Context extends BaseByteUpdateByOperator.Context
  • Field Details

    • byteInfluencerValuesChunk

      protected ByteChunk<? extends Values> byteInfluencerValuesChunk
    • aggMinMax

      protected AggregatingByteRingBuffer aggMinMax
    • evaluationNeeded

      protected boolean evaluationNeeded
  • Constructor Details

    • Context

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