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