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