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