Package io.trino.orc

Interface DictionaryCompressionOptimizer.DictionaryColumn

    • Method Detail

      • 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()