Interface WritableShortVector
-
- All Superinterfaces:
ColumnVector
,ShortColumnVector
,WritableColumnVector
- All Known Implementing Classes:
HeapShortVector
@Internal public interface WritableShortVector extends WritableColumnVector, ShortColumnVector
WritableShortColumnVector
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fill(short value)
Fill the column vector with the provided value.void
setShort(int rowId, short value)
Set short at rowId with the provided value.-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ShortColumnVector
getShort
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.writable.WritableColumnVector
fillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNulls
-
-