public class OrcMapColumnVector extends AbstractOrcColumnVector implements MapColumnVector
Constructor and Description |
---|
OrcMapColumnVector(org.apache.hadoop.hive.ql.exec.vector.MapColumnVector hiveVector,
MapType type) |
Modifier and Type | Method and Description |
---|---|
ColumnVector |
getKeyColumnVector() |
InternalMap |
getMap(int i) |
ColumnVector |
getValueColumnVector() |
createPaimonVector, isNullAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt
public OrcMapColumnVector(org.apache.hadoop.hive.ql.exec.vector.MapColumnVector hiveVector, MapType type)
public InternalMap getMap(int i)
getMap
in interface MapColumnVector
public ColumnVector getKeyColumnVector()
getKeyColumnVector
in interface MapColumnVector
public ColumnVector getValueColumnVector()
getValueColumnVector
in interface MapColumnVector
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.