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