Uses of Class
org.apache.orc.impl.DynamicIntArray
Packages that use DynamicIntArray
-
Uses of DynamicIntArray in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type DynamicIntArrayModifier 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 OutputStreamConstructors in org.apache.orc.impl with parameters of type DynamicIntArrayModifierConstructorDescriptionVisitorContextImpl
(DynamicByteArray byteArray, DynamicIntArray keyOffsets) -
Uses of DynamicIntArray in org.apache.orc.impl.writer
Fields in org.apache.orc.impl.writer declared as DynamicIntArray