public interface WritableBytesVector extends WritableColumnVector, BytesColumnVector
BytesColumnVector
.BytesColumnVector.Bytes
Modifier and Type | Method and Description |
---|---|
void |
appendBytes(int rowId,
byte[] value,
int offset,
int length)
Append byte[] at rowId with the provided value.
|
void |
fill(byte[] value)
Fill the column vector with the provided value.
|
fillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNulls
getBytes
isNullAt
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.