Package org.apache.flink.orc.vector
Class OrcRowColumnVector
- java.lang.Object
-
- org.apache.flink.orc.vector.AbstractOrcColumnVector
-
- org.apache.flink.orc.vector.OrcRowColumnVector
-
- All Implemented Interfaces:
ColumnVector
,RowColumnVector
public class OrcRowColumnVector extends AbstractOrcColumnVector implements RowColumnVector
This column vector is used to adapt hive's StructColumnVector to Flink's RowColumnVector.
-
-
Constructor Summary
Constructors Constructor Description OrcRowColumnVector(org.apache.hadoop.hive.ql.exec.vector.StructColumnVector hiveVector, RowType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnarRowData
getRow(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
-
-
-
-
Constructor Detail
-
OrcRowColumnVector
public OrcRowColumnVector(org.apache.hadoop.hive.ql.exec.vector.StructColumnVector hiveVector, RowType type)
-
-
Method Detail
-
getRow
public ColumnarRowData getRow(int i)
- Specified by:
getRow
in interfaceRowColumnVector
-
-