public class HeapByteVector extends AbstractHeapVector implements WritableByteVector
| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
vector |
BYTE_ARRAY_OFFSET, dictionaryIds, DOUBLE_ARRAY_OFFSET, FLOAT_ARRAY_OFFSET, INT_ARRAY_OFFSET, isNull, LITTLE_ENDIAN, LONG_ARRAY_OFFSET, UNSAFEdictionary, noNulls| 构造器和说明 |
|---|
HeapByteVector(int len)
Don't use this except for testing purposes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fill(byte value)
Fill the column vector with the provided value.
|
byte |
getByte(int i) |
void |
setByte(int i,
byte value)
Set byte at rowId with the provided value.
|
fillWithNulls, getDictionaryIds, isNullAt, reserveDictionaryIds, reset, setNullAt, setNullshasDictionary, setDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, reset, setDictionary, setNullAt, setNullsisNullAtpublic HeapByteVector(int len)
len - the number of rowspublic byte getByte(int i)
getByte 在接口中 ByteColumnVectorpublic void setByte(int i,
byte value)
WritableByteVectorsetByte 在接口中 WritableByteVectorpublic void fill(byte value)
WritableByteVectorfill 在接口中 WritableByteVectorCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.