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