| Package | Description |
|---|---|
| org.apache.arrow.vector |
| Modifier and Type | Method and Description |
|---|---|
VarBinaryVector |
NullableVarBinaryVector.getValuesVector() |
VarBinaryVector |
NullableVarBinaryVector.Mutator.getVectorWithValues() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VarBinaryVector.copyFrom(int fromIndex,
int thisIndex,
VarBinaryVector from) |
void |
NullableVarBinaryVector.copyFromSafe(int fromIndex,
int thisIndex,
VarBinaryVector from) |
boolean |
VarBinaryVector.copyFromSafe(int fromIndex,
int thisIndex,
VarBinaryVector from) |
void |
VarBinaryVector.splitAndTransferTo(int startIndex,
int length,
VarBinaryVector target) |
void |
VarBinaryVector.transferTo(VarBinaryVector target) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.