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) |
createFlinkVector, createFlinkVectorFromConstant, isNullAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt
public OrcLongColumnVector(org.apache.hadoop.hive.ql.exec.vector.LongColumnVector vector)
public long getLong(int i)
getLong
in interface LongColumnVector
public boolean getBoolean(int i)
getBoolean
in interface BooleanColumnVector
public byte getByte(int i)
getByte
in interface ByteColumnVector
public int getInt(int i)
getInt
in interface IntColumnVector
public short getShort(int i)
getShort
in interface ShortColumnVector
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.