Package org.apache.flink.orc.vector
Class OrcBytesColumnVector
- java.lang.Object
-
- org.apache.flink.orc.vector.AbstractOrcColumnVector
-
- org.apache.flink.orc.vector.OrcBytesColumnVector
-
- All Implemented Interfaces:
BytesColumnVector
,ColumnVector
public class OrcBytesColumnVector extends AbstractOrcColumnVector implements BytesColumnVector
This column vector is used to adapt hive's BytesColumnVector to Flink's BytesColumnVector.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.table.data.columnar.vector.BytesColumnVector
BytesColumnVector.Bytes
-
-
Constructor Summary
Constructors Constructor Description OrcBytesColumnVector(org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector vector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytesColumnVector.Bytes
getBytes(int i)
-
Methods inherited from class org.apache.flink.orc.vector.AbstractOrcColumnVector
createFlinkVector, createFlinkVectorFromConstant, isNullAt
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-
-
-
Method Detail
-
getBytes
public BytesColumnVector.Bytes getBytes(int i)
- Specified by:
getBytes
in interfaceBytesColumnVector
-
-