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()
OrcVectorizedBatchWrapper
getBatch
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–2024 The Apache Software Foundation. All rights reserved.