| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader |
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalVector.get(int index,
NullableDecimalHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
DecimalVector.set(int index,
NullableDecimalHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
DecimalVector.setSafe(int index,
NullableDecimalHolder holder)
Same as
DecimalVector.set(int, NullableDecimalHolder) 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(int arrayIndex,
NullableDecimalHolder holder) |
void |
DecimalReaderImpl.read(NullableDecimalHolder h) |
void |
NullableDecimalHolderReaderImpl.read(NullableDecimalHolder h) |
void |
DecimalHolderReaderImpl.read(NullableDecimalHolder h) |
void |
NullReader.read(NullableDecimalHolder holder) |
void |
DecimalWriterImpl.write(NullableDecimalHolder h) |
| Constructor and Description |
|---|
NullableDecimalHolderReaderImpl(NullableDecimalHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalReader.read(NullableDecimalHolder h) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.