| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader | |
| org.apache.arrow.vector.complex.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
VarCharVector.Accessor.get(int index,
VarCharHolder holder) |
protected void |
VarCharVector.Mutator.set(int index,
VarCharHolder holder) |
void |
NullableVarCharVector.Mutator.set(int index,
VarCharHolder holder) |
void |
VarCharVector.Mutator.setSafe(int index,
VarCharHolder holder) |
void |
NullableVarCharVector.Mutator.setSafe(int index,
VarCharHolder value) |
void |
NullableVarCharVector.Mutator.setSkipNull(int index,
VarCharHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
VarCharHolder holder) |
void |
VarCharHolderReaderImpl.read(VarCharHolder h) |
void |
NullReader.read(VarCharHolder holder) |
void |
NullableVarCharHolderReaderImpl.read(VarCharHolder h) |
void |
VarCharWriterImpl.write(VarCharHolder h) |
void |
UnionWriter.write(VarCharHolder holder) |
| Constructor and Description |
|---|
VarCharHolderReaderImpl(VarCharHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
VarCharReader.read(VarCharHolder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
VarCharWriter.write(VarCharHolder h) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.