Interface TimestampColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Subinterfaces:
WritableTimestampVector
- All Known Implementing Classes:
HeapTimestampVector
@Internal public interface TimestampColumnVector extends ColumnVector
Timestamp column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampDatagetTimestamp(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)
-
-