| Package | Description |
|---|---|
| org.apache.arrow.vector |
| Modifier and Type | Method and Description |
|---|---|
SmallIntVector |
NullableSmallIntVector.getValuesVector() |
SmallIntVector |
NullableSmallIntVector.Mutator.getVectorWithValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmallIntVector.copyFrom(int fromIndex,
int thisIndex,
SmallIntVector from) |
void |
NullableSmallIntVector.copyFromSafe(int fromIndex,
int thisIndex,
SmallIntVector from) |
void |
SmallIntVector.copyFromSafe(int fromIndex,
int thisIndex,
SmallIntVector from) |
void |
SmallIntVector.splitAndTransferTo(int startIndex,
int length,
SmallIntVector target) |
void |
SmallIntVector.transferTo(SmallIntVector target) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.