| 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 |
TinyIntVector.Accessor.get(int index,
TinyIntHolder holder) |
protected void |
TinyIntVector.Mutator.set(int index,
TinyIntHolder holder) |
void |
NullableTinyIntVector.Mutator.set(int index,
TinyIntHolder holder) |
void |
TinyIntVector.Mutator.setSafe(int index,
TinyIntHolder holder) |
void |
NullableTinyIntVector.Mutator.setSafe(int index,
TinyIntHolder value) |
void |
NullableTinyIntVector.Mutator.setSkipNull(int index,
TinyIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
TinyIntHolder holder) |
void |
TinyIntHolderReaderImpl.read(TinyIntHolder h) |
void |
NullReader.read(TinyIntHolder holder) |
void |
NullableTinyIntHolderReaderImpl.read(TinyIntHolder h) |
void |
UnionWriter.write(TinyIntHolder holder) |
void |
TinyIntWriterImpl.write(TinyIntHolder h) |
| Constructor and Description |
|---|
TinyIntHolderReaderImpl(TinyIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
TinyIntReader.read(TinyIntHolder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
TinyIntWriter.write(TinyIntHolder h) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.