Package io.trino.orc
Interface DictionaryCompressionOptimizer.DictionaryColumn
-
- All Known Implementing Classes:
SliceDictionaryColumnWriter
- Enclosing class:
- DictionaryCompressionOptimizer
public static interface DictionaryCompressionOptimizer.DictionaryColumn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBufferedBytes()intgetDictionaryBytes()intgetDictionaryEntries()intgetIndexBytes()longgetNonNullValueCount()longgetRawBytes()longgetValueCount()OptionalInttryConvertToDirect(int maxDirectBytes)
-
-
-
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()
-
-