Interface WritableShortVector
- All Superinterfaces:
ColumnVector,ShortColumnVector,WritableColumnVector
- All Known Implementing Classes:
HeapShortVector
Writable
ShortColumnVector.-
Method Summary
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAtMethods inherited from interface org.apache.flink.table.data.columnar.vector.ShortColumnVector
getShortMethods inherited from interface org.apache.flink.table.data.columnar.vector.writable.WritableColumnVector
fillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNulls
-
Method Details
-
setShort
void setShort(int rowId, short value) Set short at rowId with the provided value. -
fill
void fill(short value) Fill the column vector with the provided value.
-