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, isNullAtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisNullAtpublic OrcMapColumnVector(org.apache.hadoop.hive.ql.exec.vector.MapColumnVector hiveVector,
MapType type)
public InternalMap getMap(int i)
getMap in interface MapColumnVectorpublic ColumnVector getKeyColumnVector()
getKeyColumnVector in interface MapColumnVectorpublic ColumnVector getValueColumnVector()
getValueColumnVector in interface MapColumnVectorCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.