| Package | Description | 
|---|---|
| org.apache.orc.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| static 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 a  ByteBuffercontaining 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 OutputStream | 
| Constructor and Description | 
|---|
| VisitorContextImpl(DynamicByteArray byteArray,
                  DynamicIntArray keyOffsets) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.