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 |
Float4Vector.set(int index,
Float4Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
Float4Vector.setSafe(int index,
Float4Holder holder)
Same as
Float4Vector.set(int, Float4Holder) 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(Float4Holder holder) |
void |
NullableFloat4HolderReaderImpl.read(Float4Holder h) |
void |
Float4HolderReaderImpl.read(Float4Holder h) |
void |
NullReader.read(int arrayIndex,
Float4Holder holder) |
void |
UnionLargeListWriter.write(Float4Holder holder) |
void |
UnionWriter.write(Float4Holder holder) |
void |
UnionFixedSizeListWriter.write(Float4Holder holder) |
void |
UnionListWriter.write(Float4Holder holder) |
void |
DenseUnionWriter.write(Float4Holder holder) |
void |
Float4WriterImpl.write(Float4Holder h) |
Constructor and Description |
---|
Float4HolderReaderImpl(Float4Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
Float4Reader.read(Float4Holder h) |
Modifier and Type | Method and Description |
---|---|
void |
Float4Writer.write(Float4Holder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.