| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
NullableTinyIntVector.copyFrom(int fromIndex,
int thisIndex,
NullableTinyIntVector from) |
void |
NullableTinyIntVector.copyFromSafe(int fromIndex,
int thisIndex,
NullableTinyIntVector from) |
void |
NullableTinyIntVector.splitAndTransferTo(int startIndex,
int length,
NullableTinyIntVector target) |
void |
NullableTinyIntVector.transferTo(NullableTinyIntVector target) |
| Modifier and Type | Method and Description |
|---|---|
NullableTinyIntVector |
UnionVector.getTinyIntVector() |
| Constructor and Description |
|---|
TinyIntReaderImpl(NullableTinyIntVector vector) |
TinyIntWriterImpl(NullableTinyIntVector vector) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.