Interface LongColumnVector

All Superinterfaces:
ColumnVector
All Known Subinterfaces:
WritableLongVector
All Known Implementing Classes:
HeapLongVector

@Internal public interface LongColumnVector extends ColumnVector
Long column vector.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getLong(int i)
     

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

    isNullAt
  • Method Details

    • getLong

      long getLong(int i)