Uses of Class
org.apache.orc.impl.DynamicByteArray
Packages that use DynamicByteArray
-
Uses of DynamicByteArray in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type DynamicByteArrayModifier and TypeMethodDescriptionstatic booleanDictionaryUtils.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 ByteBufferDictionaryUtils.getTextInternal(int position, DynamicIntArray keyOffsets, DynamicByteArray byteArray) Return aByteBuffercontaining the data at a certain offset within aDynamicByteArray.static voidDictionaryUtils.getTextInternal(Text result, int position, DynamicIntArray keyOffsets, DynamicByteArray byteArray) Obtain the UTF8 string from the byteArray using the offset in index-array.static intDictionaryUtils.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 DynamicByteArrayModifierConstructorDescriptionVisitorContextImpl(DynamicByteArray byteArray, DynamicIntArray keyOffsets)