public class HiveOrcBatchWrapper extends Object implements OrcVectorizedBatchWrapper<org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch>
VectorizedRowBatch hive orc batch.| Constructor and Description |
|---|
HiveOrcBatchWrapper(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch |
getBatch()
Get the real batch.
|
int |
size() |
public HiveOrcBatchWrapper(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch)
public org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch getBatch()
OrcVectorizedBatchWrappergetBatch in interface OrcVectorizedBatchWrapper<org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch>public int size()
size in interface OrcVectorizedBatchWrapper<org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.