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 Block getElementBlock()
    • clear

      public void clear()
    • contains

      public boolean contains(Block block, int position)
    • putIfAbsent

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

      public int getEntryCount()