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