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