Class DictionaryBuilder

java.lang.Object
io.trino.orc.writer.DictionaryBuilder

public class DictionaryBuilder extends Object
  • Constructor Details

    • DictionaryBuilder

      public DictionaryBuilder(int expectedSize)
  • Method Details

    • getSizeInBytes

      public long getSizeInBytes()
    • getRetainedSizeInBytes

      public long getRetainedSizeInBytes()
    • getElementBlock

      public VariableWidthBlock getElementBlock()
    • clear

      public void clear()
    • putIfAbsent

      public int putIfAbsent(VariableWidthBlock block, int position)
    • getEntryCount

      public int getEntryCount()