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