Interface TimestampColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Subinterfaces:
WritableTimestampVector
- All Known Implementing Classes:
ArrowTimestampColumnVector
,HeapTimestampVector
,OrcLegacyTimestampColumnVector
,OrcNoHiveTimestampVector
,OrcTimestampColumnVector
@Internal public interface TimestampColumnVector extends ColumnVector
Timestamp column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampData
getTimestamp(int i, int precision)
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-
-
-
Method Detail
-
getTimestamp
TimestampData getTimestamp(int i, int precision)
-
-