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