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