Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader | |
org.apache.arrow.vector.complex.writer |
Modifier and Type | Method and Description |
---|---|
void |
Float8Vector.set(int index,
Float8Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
Float8Vector.setSafe(int index,
Float8Holder holder)
Same as
Float8Vector.set(int, Float8Holder) except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity() . |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(Float8Holder holder) |
void |
Float8HolderReaderImpl.read(Float8Holder h) |
void |
NullableFloat8HolderReaderImpl.read(Float8Holder h) |
void |
NullReader.read(int arrayIndex,
Float8Holder holder) |
void |
UnionListWriter.write(Float8Holder holder) |
void |
UnionLargeListWriter.write(Float8Holder holder) |
void |
UnionWriter.write(Float8Holder holder) |
void |
Float8WriterImpl.write(Float8Holder h) |
void |
DenseUnionWriter.write(Float8Holder holder) |
void |
UnionFixedSizeListWriter.write(Float8Holder holder) |
Constructor and Description |
---|
Float8HolderReaderImpl(Float8Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
Float8Reader.read(Float8Holder h) |
Modifier and Type | Method and Description |
---|---|
void |
Float8Writer.write(Float8Holder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.