| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
NullableUInt4Vector.copyFrom(int fromIndex,
int thisIndex,
NullableUInt4Vector from) |
void |
NullableUInt4Vector.copyFromSafe(int fromIndex,
int thisIndex,
NullableUInt4Vector from) |
void |
NullableUInt4Vector.splitAndTransferTo(int startIndex,
int length,
NullableUInt4Vector target) |
void |
NullableUInt4Vector.transferTo(NullableUInt4Vector target) |
| Modifier and Type | Method and Description |
|---|---|
NullableUInt4Vector |
UnionVector.getUInt4Vector() |
| Constructor and Description |
|---|
UInt4ReaderImpl(NullableUInt4Vector vector) |
UInt4WriterImpl(NullableUInt4Vector vector) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.