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