| 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 |
IntVector.get(int index,
NullableIntHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
IntVector.set(int index,
NullableIntHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
IntVector.setSafe(int index,
NullableIntHolder holder)
Same as
IntVector.set(int, NullableIntHolder) 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,
NullableIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableIntHolder holder) |
void |
IntReaderImpl.read(NullableIntHolder h) |
void |
NullableIntHolderReaderImpl.read(NullableIntHolder h) |
void |
IntHolderReaderImpl.read(NullableIntHolder h) |
void |
NullReader.read(NullableIntHolder holder) |
void |
UnionReader.read(NullableIntHolder holder) |
void |
IntWriterImpl.write(NullableIntHolder h) |
| Constructor and Description |
|---|
NullableIntHolderReaderImpl(NullableIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntReader.read(NullableIntHolder h) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.