Class FloatFrameMaker

java.lang.Object
org.apache.druid.frame.write.columnar.FloatFrameMaker
All Implemented Interfaces:
Closeable, AutoCloseable

public class FloatFrameMaker extends Object implements Closeable
  • Field Details

  • Constructor Details

    • FloatFrameMaker

      public FloatFrameMaker(MemoryAllocator allocator, boolean hasNulls)
  • Method Details

    • valueSize

      public static int valueSize(boolean hasNulls)
    • add

      public boolean add(float value)
    • addNull

      public boolean addNull()
    • undo

      public void undo()
    • size

      public long size()
    • writeTo

      public long writeTo(org.apache.datasketches.memory.WritableMemory memory, long startPosition)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable