Interface DictionaryCompressionOptimizer.DictionaryColumn

All Known Implementing Classes:
SliceDictionaryColumnWriter
Enclosing class:
DictionaryCompressionOptimizer

public static interface DictionaryCompressionOptimizer.DictionaryColumn
  • Method Details

    • getValueCount

      long getValueCount()
    • getNonNullValueCount

      long getNonNullValueCount()
    • getRawBytes

      long getRawBytes()
    • getDictionaryEntries

      int getDictionaryEntries()
    • getDictionaryBytes

      int getDictionaryBytes()
    • getIndexBytes

      int getIndexBytes()
    • tryConvertToDirect

      OptionalInt tryConvertToDirect(int maxDirectBytes)
    • getBufferedBytes

      long getBufferedBytes()