Package org.apache.flink.orc.vector
Class OrcLegacyTimestampColumnVector
- java.lang.Object
-
- org.apache.flink.orc.vector.AbstractOrcColumnVector
-
- org.apache.flink.orc.vector.OrcLegacyTimestampColumnVector
-
- All Implemented Interfaces:
ColumnVector
,TimestampColumnVector
public class OrcLegacyTimestampColumnVector extends AbstractOrcColumnVector implements TimestampColumnVector
This class is used to adapt to Hive's legacy (2.0.x) timestamp column vector which is a LongColumnVector.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.hadoop.hive.ql.exec.vector.ColumnVector
createFromConstant(int batchSize, Object value)
TimestampData
getTimestamp(int i, int precision)
-
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
-
getTimestamp
public TimestampData getTimestamp(int i, int precision)
- Specified by:
getTimestamp
in interfaceTimestampColumnVector
-
createFromConstant
public static org.apache.hadoop.hive.ql.exec.vector.ColumnVector createFromConstant(int batchSize, Object value)
-
-