public final class StringVector extends BaseVector
bb| Constructor and Description |
|---|
StringVector() |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
__assign(int _vector,
int _element_size,
ByteBuffer _bb)
Assigns vector access object to vector data.
|
String |
get(int j)
Reads the String at the given index.
|
public StringVector __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 String get(int j)
j - The index from which the String value will be read.Copyright © 2020. All rights reserved.