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