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