| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
VarBinaryVector.copyFrom(int fromIndex,
int thisIndex,
VarBinaryVector from)
Copy a cell value from a particular index in source vector to a particular
position in this vector
|
void |
VarBinaryVector.copyFromSafe(int fromIndex,
int thisIndex,
VarBinaryVector from)
Same as
copyFrom(int, int, VarBinaryVector) except that
it handles the case when the capacity of the vector needs to be expanded
before copy. |
| Modifier and Type | Method and Description |
|---|---|
VarBinaryVector |
UnionVector.getVarBinaryVector() |
| Constructor and Description |
|---|
VarBinaryReaderImpl(VarBinaryVector vector) |
VarBinaryWriterImpl(VarBinaryVector vector) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.