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

    Modifier and Type
    Method
    Description
    getTimestamp(int i, int precision)
     

    Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector

    isNullAt
  • Method Details

    • getTimestamp

      TimestampData getTimestamp(int i, int precision)