| 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 |
UInt4Vector.Accessor.get(int index,
UInt4Holder holder) |
protected void |
UInt4Vector.Mutator.set(int index,
UInt4Holder holder) |
void |
NullableUInt4Vector.Mutator.set(int index,
UInt4Holder holder) |
void |
UInt4Vector.Mutator.setSafe(int index,
UInt4Holder holder) |
void |
NullableUInt4Vector.Mutator.setSafe(int index,
UInt4Holder value) |
void |
NullableUInt4Vector.Mutator.setSkipNull(int index,
UInt4Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
UInt4Holder holder) |
void |
UInt4HolderReaderImpl.read(UInt4Holder h) |
void |
NullReader.read(UInt4Holder holder) |
void |
NullableUInt4HolderReaderImpl.read(UInt4Holder h) |
void |
UnionWriter.write(UInt4Holder holder) |
void |
UInt4WriterImpl.write(UInt4Holder h) |
| Constructor and Description |
|---|
UInt4HolderReaderImpl(UInt4Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt4Reader.read(UInt4Holder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt4Writer.write(UInt4Holder h) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.