Class ArrowTimestampColumnVector
- java.lang.Object
-
- org.apache.flink.table.runtime.arrow.vectors.ArrowTimestampColumnVector
-
- All Implemented Interfaces:
org.apache.flink.table.data.columnar.vector.ColumnVector,org.apache.flink.table.data.columnar.vector.TimestampColumnVector
@Internal public final class ArrowTimestampColumnVector extends Object implements org.apache.flink.table.data.columnar.vector.TimestampColumnVector
Arrow column vector for Timestamp.
-
-
Constructor Summary
Constructors Constructor Description ArrowTimestampColumnVector(org.apache.arrow.vector.ValueVector valueVector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.data.TimestampDatagetTimestamp(int i, int precision)booleanisNullAt(int i)
-
-
-
Method Detail
-
getTimestamp
public org.apache.flink.table.data.TimestampData getTimestamp(int i, int precision)- Specified by:
getTimestampin interfaceorg.apache.flink.table.data.columnar.vector.TimestampColumnVector
-
isNullAt
public boolean isNullAt(int i)
- Specified by:
isNullAtin interfaceorg.apache.flink.table.data.columnar.vector.ColumnVector
-
-