Class FloatMinBufferAggregator

java.lang.Object
org.apache.druid.query.aggregation.SimpleFloatBufferAggregator
org.apache.druid.query.aggregation.FloatMinBufferAggregator
All Implemented Interfaces:
BufferAggregator, HotLoopCallee

public class FloatMinBufferAggregator extends SimpleFloatBufferAggregator
  • Method Details

    • init

      public void init(ByteBuffer buf, int position)
      Description copied from interface: BufferAggregator
      Initializes the buffer location Implementations of this method must initialize the byte buffer at the given position Implementations must not change the position, limit or mark of the given buffer This method must not exceed the number of bytes returned by AggregatorFactory.getMaxIntermediateSizeWithNulls() in the corresponding AggregatorFactory
      Parameters:
      buf - byte buffer to initialize
      position - offset within the byte buffer for initialization
    • aggregate

      public void aggregate(ByteBuffer buf, int position, float value)
      Specified by:
      aggregate in class SimpleFloatBufferAggregator