| 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 |
DecimalVector.set(int index,
DecimalHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
DecimalVector.setSafe(int index,
DecimalHolder holder)
Same as
DecimalVector.set(int, DecimalHolder) 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 |
DecimalHolderReaderImpl.read(DecimalHolder h) |
void |
NullableDecimalHolderReaderImpl.read(DecimalHolder h) |
void |
NullReader.read(DecimalHolder holder) |
void |
NullReader.read(int arrayIndex,
DecimalHolder holder) |
void |
PromotableWriter.write(DecimalHolder holder) |
void |
DecimalWriterImpl.write(DecimalHolder h) |
void |
DenseUnionWriter.write(DecimalHolder holder) |
void |
UnionFixedSizeListWriter.write(DecimalHolder holder) |
void |
UnionListWriter.write(DecimalHolder holder) |
void |
UnionWriter.write(DecimalHolder holder) |
void |
UnionLargeListWriter.write(DecimalHolder holder) |
| Constructor and Description |
|---|
DecimalHolderReaderImpl(DecimalHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalReader.read(DecimalHolder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalWriter.write(DecimalHolder h) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.