| 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 |
UInt2Vector.Accessor.get(int index,
UInt2Holder holder) |
protected void |
UInt2Vector.Mutator.set(int index,
UInt2Holder holder) |
void |
NullableUInt2Vector.Mutator.set(int index,
UInt2Holder holder) |
void |
UInt2Vector.Mutator.setSafe(int index,
UInt2Holder holder) |
void |
NullableUInt2Vector.Mutator.setSafe(int index,
UInt2Holder value) |
void |
NullableUInt2Vector.Mutator.setSkipNull(int index,
UInt2Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
UInt2Holder holder) |
void |
UInt2HolderReaderImpl.read(UInt2Holder h) |
void |
NullReader.read(UInt2Holder holder) |
void |
NullableUInt2HolderReaderImpl.read(UInt2Holder h) |
void |
UnionWriter.write(UInt2Holder holder) |
void |
UInt2WriterImpl.write(UInt2Holder h) |
| Constructor and Description |
|---|
UInt2HolderReaderImpl(UInt2Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt2Reader.read(UInt2Holder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt2Writer.write(UInt2Holder h) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.