public class OrcArrayColumnVector extends AbstractOrcColumnVector implements ArrayColumnVector
Constructor and Description |
---|
OrcArrayColumnVector(org.apache.hadoop.hive.ql.exec.vector.ListColumnVector hiveVector,
ArrayType type) |
Modifier and Type | Method and Description |
---|---|
InternalArray |
getArray(int i) |
ColumnVector |
getColumnVector() |
createPaimonVector, isNullAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt
public OrcArrayColumnVector(org.apache.hadoop.hive.ql.exec.vector.ListColumnVector hiveVector, ArrayType type)
public InternalArray getArray(int i)
getArray
in interface ArrayColumnVector
public ColumnVector getColumnVector()
getColumnVector
in interface ArrayColumnVector
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.