| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt1Vector.get(int index,
NullableUInt1Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
UInt1Vector.set(int index,
NullableUInt1Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
UInt1Vector.setSafe(int index,
NullableUInt1Holder holder)
Same as
UInt1Vector.set(int, NullableUInt1Holder) except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity(). |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionVector.setSafe(int index,
NullableUInt1Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableUInt1Holder holder) |
void |
UInt1ReaderImpl.read(NullableUInt1Holder h) |
void |
NullableUInt1HolderReaderImpl.read(NullableUInt1Holder h) |
void |
UnionReader.read(NullableUInt1Holder holder) |
void |
UInt1HolderReaderImpl.read(NullableUInt1Holder h) |
void |
NullReader.read(NullableUInt1Holder holder) |
void |
UInt1WriterImpl.write(NullableUInt1Holder h) |
| Constructor and Description |
|---|
NullableUInt1HolderReaderImpl(NullableUInt1Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt1Reader.read(NullableUInt1Holder h) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.