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