Interface IntColumnVector

All Superinterfaces:
ColumnVector
All Known Subinterfaces:
WritableIntVector
All Known Implementing Classes:
HeapIntVector

@Internal public interface IntColumnVector extends ColumnVector
Int column vector.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getInt(int i)
     

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

    isNullAt
  • Method Details

    • getInt

      int getInt(int i)