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