Class FloatMinBufferAggregator

    • Method Detail

      • 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