| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex |
| Modifier and Type | Method and Description |
|---|---|
UInt4Vector |
VarCharVector.getOffsetVector() |
UInt4Vector |
VarCharVector.Accessor.getOffsetVector() |
UInt4Vector |
VarBinaryVector.getOffsetVector() |
UInt4Vector |
VarBinaryVector.Accessor.getOffsetVector() |
UInt4Vector |
NullableUInt4Vector.getValuesVector() |
UInt4Vector |
NullableUInt4Vector.Mutator.getVectorWithValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt4Vector.copyFrom(int fromIndex,
int thisIndex,
UInt4Vector from) |
void |
UInt4Vector.copyFromSafe(int fromIndex,
int thisIndex,
UInt4Vector from) |
void |
NullableUInt4Vector.copyFromSafe(int fromIndex,
int thisIndex,
UInt4Vector from) |
void |
UInt4Vector.splitAndTransferTo(int startIndex,
int length,
UInt4Vector target) |
void |
UInt4Vector.transferTo(UInt4Vector target) |
| Modifier and Type | Field and Description |
|---|---|
protected UInt4Vector |
BaseRepeatedValueVector.offsets |
| Modifier and Type | Method and Description |
|---|---|
UInt4Vector |
RepeatedValueVector.getOffsetVector()
Returns the underlying offset vector or null if none exists.
|
UInt4Vector |
BaseRepeatedValueVector.getOffsetVector() |
| Constructor and Description |
|---|
EmptyValuePopulator(UInt4Vector offsets) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.