Uses of Class
org.apache.orc.impl.DynamicIntArray
-
Uses of DynamicIntArray in org.apache.orc.impl
Modifier and TypeMethodDescriptionstatic boolean
DictionaryUtils.equalsInternal
(byte[] bytes, int offset, int length, int position, DynamicIntArray keyOffsets, DynamicByteArray byteArray) Compare a UTF8 string from the byteArray using the offset in index-array.static ByteBuffer
DictionaryUtils.getTextInternal
(int position, DynamicIntArray keyOffsets, DynamicByteArray byteArray) Return aByteBuffer
containing the data at a certain offset within aDynamicByteArray
.static void
DictionaryUtils.getTextInternal
(Text result, int position, DynamicIntArray keyOffsets, DynamicByteArray byteArray) Obtain the UTF8 string from the byteArray using the offset in index-array.static int
DictionaryUtils.writeToTextInternal
(OutputStream out, int position, DynamicIntArray keyOffsets, DynamicByteArray byteArray) Write a UTF8 string from the byteArray, using the offset in index-array, into an OutputStreamModifierConstructorDescriptionVisitorContextImpl
(DynamicByteArray byteArray, DynamicIntArray keyOffsets) -
Uses of DynamicIntArray in org.apache.orc.impl.writer