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