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