public class OrcLongColumnVector extends AbstractOrcColumnVector implements LongColumnVector, BooleanColumnVector, ByteColumnVector, ShortColumnVector, IntColumnVector
| Constructor and Description |
|---|
OrcLongColumnVector(org.apache.hadoop.hive.ql.exec.vector.LongColumnVector vector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(int i) |
byte |
getByte(int i) |
int |
getInt(int i) |
long |
getLong(int i) |
short |
getShort(int i) |
createPaimonVector, isNullAtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisNullAtpublic OrcLongColumnVector(org.apache.hadoop.hive.ql.exec.vector.LongColumnVector vector)
public long getLong(int i)
getLong in interface LongColumnVectorpublic boolean getBoolean(int i)
getBoolean in interface BooleanColumnVectorpublic byte getByte(int i)
getByte in interface ByteColumnVectorpublic int getInt(int i)
getInt in interface IntColumnVectorpublic short getShort(int i)
getShort in interface ShortColumnVectorCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.