Interface DictionaryCompressionOptimizer.DictionaryColumn
- All Known Implementing Classes:
SliceDictionaryColumnWriter
- Enclosing class:
DictionaryCompressionOptimizer
public static interface DictionaryCompressionOptimizer.DictionaryColumn
-
Method Summary
Modifier and TypeMethodDescriptionlongintintintlonglonglongtryConvertToDirect(int maxDirectBytes)
-
Method Details
-
getValueCount
long getValueCount() -
getNonNullValueCount
long getNonNullValueCount() -
getRawBytes
long getRawBytes() -
getDictionaryEntries
int getDictionaryEntries() -
getDictionaryBytes
int getDictionaryBytes() -
getIndexBytes
int getIndexBytes() -
tryConvertToDirect
-
getBufferedBytes
long getBufferedBytes()
-