| 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 |
SmallIntVector.Accessor.get(int index,
SmallIntHolder holder) |
void |
NullableSmallIntVector.Mutator.set(int index,
SmallIntHolder holder) |
protected void |
SmallIntVector.Mutator.set(int index,
SmallIntHolder holder) |
void |
NullableSmallIntVector.Mutator.setSafe(int index,
SmallIntHolder value) |
void |
SmallIntVector.Mutator.setSafe(int index,
SmallIntHolder holder) |
void |
NullableSmallIntVector.Mutator.setSkipNull(int index,
SmallIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
SmallIntHolder holder) |
void |
SmallIntHolderReaderImpl.read(SmallIntHolder h) |
void |
NullableSmallIntHolderReaderImpl.read(SmallIntHolder h) |
void |
NullReader.read(SmallIntHolder holder) |
void |
SmallIntWriterImpl.write(SmallIntHolder h) |
void |
UnionWriter.write(SmallIntHolder holder) |
void |
UnionListWriter.write(SmallIntHolder holder) |
| Constructor and Description |
|---|
SmallIntHolderReaderImpl(SmallIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
SmallIntReader.read(SmallIntHolder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
SmallIntWriter.write(SmallIntHolder h) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.