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