| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
NullableVarCharVector.copyFrom(int fromIndex,
int thisIndex,
NullableVarCharVector from) |
void |
NullableVarCharVector.copyFromSafe(int fromIndex,
int thisIndex,
NullableVarCharVector from) |
void |
NullableVarCharVector.splitAndTransferTo(int startIndex,
int length,
NullableVarCharVector target) |
void |
NullableVarCharVector.transferTo(NullableVarCharVector target) |
| Modifier and Type | Method and Description |
|---|---|
NullableVarCharVector |
UnionVector.getVarCharVector() |
| Constructor and Description |
|---|
VarCharReaderImpl(NullableVarCharVector vector) |
VarCharWriterImpl(NullableVarCharVector vector) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.