public final class ByteVector extends BaseVector
bb| Constructor and Description |
|---|
ByteVector() |
| Modifier and Type | Method and Description |
|---|---|
ByteVector |
__assign(int vector,
ByteBuffer bb)
Assigns vector access object to vector data.
|
byte |
get(int j)
Reads the byte at the given index.
|
int |
getAsUnsigned(int j)
Reads the byte at the given index, zero-extends it to type int, and returns the result,
which is therefore in the range 0 through 255.
|
public ByteVector __assign(int vector, ByteBuffer bb)
vector - Start data of a vector.bb - Table's ByteBuffer.public byte get(int j)
j - The index from which the byte will be read.public int getAsUnsigned(int j)
j - The index from which the byte will be read.Copyright © 2020. All rights reserved.