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