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