Class TreeReaderFactory.BytesColumnVectorUtil

java.lang.Object
org.apache.orc.impl.TreeReaderFactory.BytesColumnVectorUtil
Enclosing class:
TreeReaderFactory

public static class TreeReaderFactory.BytesColumnVectorUtil extends Object
  • Constructor Details

    • BytesColumnVectorUtil

      public BytesColumnVectorUtil()
  • Method Details

    • readOrcByteArrays

      public static void readOrcByteArrays(InStream stream, IntegerReader lengths, org.apache.hadoop.hive.ql.exec.vector.LongColumnVector scratchlcv, org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector result, int batchSize) throws IOException
      Throws:
      IOException