public final class LongVector extends BaseVector
bb| Constructor and Description |
|---|
LongVector() |
| Modifier and Type | Method and Description |
|---|---|
LongVector |
__assign(int _vector,
ByteBuffer _bb)
Assigns vector access object to vector data.
|
long |
get(int j)
Reads the long value at the given index.
|
public LongVector __assign(int _vector, ByteBuffer _bb)
_vector - Start data of a vector._bb - Table's ByteBuffer.public long get(int j)
j - The index from which the long value will be read.Copyright © 2020. All rights reserved.