public final class UnionVector extends BaseVector
bb| Constructor and Description |
|---|
UnionVector() |
| Modifier and Type | Method and Description |
|---|---|
UnionVector |
__assign(int _vector,
int _element_size,
ByteBuffer _bb)
Assigns vector access object to vector data.
|
Table |
get(Table obj,
int j)
Initialize any Table-derived type to point to the union at the given `index`.
|
public UnionVector __assign(int _vector, int _element_size, ByteBuffer _bb)
_vector - Start data of a vector._element_size - Size of a vector element._bb - Table's ByteBuffer.public Table get(Table obj, int j)
obj - A `Table`-derived type that should point to the union at `index`.j - An `int` index into the union vector.Copyright © 2020. All rights reserved.