Interface ShortColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Subinterfaces:
WritableShortVector
- All Known Implementing Classes:
HeapShortVector
@Internal public interface ShortColumnVector extends ColumnVector
Short column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetShort(int i)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-