| 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 |
NullableIntVector.Accessor.get(int index,
NullableIntHolder holder) |
void |
IntVector.Accessor.get(int index,
NullableIntHolder holder) |
void |
NullableIntVector.Mutator.set(int index,
NullableIntHolder holder) |
protected void |
IntVector.Mutator.set(int index,
NullableIntHolder holder) |
void |
NullableIntVector.Mutator.setSafe(int index,
NullableIntHolder value) |
void |
IntVector.Mutator.setSafe(int index,
NullableIntHolder holder) |
void |
NullableIntVector.Mutator.setSkipNull(int index,
NullableIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionVector.Mutator.setSafe(int index,
NullableIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableIntHolder holder) |
void |
UnionReader.read(NullableIntHolder holder) |
void |
NullReader.read(NullableIntHolder holder) |
void |
NullableIntHolderReaderImpl.read(NullableIntHolder h) |
void |
IntReaderImpl.read(NullableIntHolder h) |
void |
IntHolderReaderImpl.read(NullableIntHolder h) |
void |
IntWriterImpl.write(NullableIntHolder h) |
| Constructor and Description |
|---|
NullableIntHolderReaderImpl(NullableIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntReader.read(NullableIntHolder h) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.