Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader |
Modifier and Type | Method and Description |
---|---|
void |
Float8Vector.get(int index,
NullableFloat8Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
Float8Vector.set(int index,
NullableFloat8Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
Float8Vector.setSafe(int index,
NullableFloat8Holder holder)
Same as
Float8Vector.set(int, NullableFloat8Holder) 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 |
DenseUnionVector.setSafe(int index,
NullableFloat8Holder holder) |
void |
UnionVector.setSafe(int index,
NullableFloat8Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableFloat8Holder holder) |
void |
DenseUnionReader.read(NullableFloat8Holder holder) |
void |
Float8HolderReaderImpl.read(NullableFloat8Holder h) |
void |
NullReader.read(NullableFloat8Holder holder) |
void |
UnionReader.read(NullableFloat8Holder holder) |
void |
Float8ReaderImpl.read(NullableFloat8Holder h) |
void |
NullableFloat8HolderReaderImpl.read(NullableFloat8Holder h) |
void |
Float8WriterImpl.write(NullableFloat8Holder h) |
Constructor and Description |
---|
NullableFloat8HolderReaderImpl(NullableFloat8Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
Float8Reader.read(NullableFloat8Holder h) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.