| Package | Description |
|---|---|
| org.apache.arrow.vector |
| Modifier and Type | Method and Description |
|---|---|
Float4Vector |
NullableFloat4Vector.getValuesVector() |
Float4Vector |
NullableFloat4Vector.Mutator.getVectorWithValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Float4Vector.copyFrom(int fromIndex,
int thisIndex,
Float4Vector from) |
void |
Float4Vector.copyFromSafe(int fromIndex,
int thisIndex,
Float4Vector from) |
void |
NullableFloat4Vector.copyFromSafe(int fromIndex,
int thisIndex,
Float4Vector from) |
void |
Float4Vector.splitAndTransferTo(int startIndex,
int length,
Float4Vector target) |
void |
Float4Vector.transferTo(Float4Vector target) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.