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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInt(int i)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-