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