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