public class OrcRowColumnVector extends AbstractOrcColumnVector implements RowColumnVector
Constructor and Description |
---|
OrcRowColumnVector(org.apache.hadoop.hive.ql.exec.vector.StructColumnVector hiveVector,
RowType type) |
Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
getBatch() |
ColumnarRow |
getRow(int i) |
createPaimonVector, isNullAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt
public OrcRowColumnVector(org.apache.hadoop.hive.ql.exec.vector.StructColumnVector hiveVector, RowType type)
public ColumnarRow getRow(int i)
getRow
in interface RowColumnVector
public VectorizedColumnBatch getBatch()
getBatch
in interface RowColumnVector
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.