| 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 |
DurationVector.get(int index,
NullableDurationHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
DurationVector.set(int index,
NullableDurationHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
DurationVector.setSafe(int index,
NullableDurationHolder holder)
Same as
DurationVector.set(int, NullableDurationHolder) 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,
NullableDurationHolder holder) |
void |
NullableDurationHolderReaderImpl.read(NullableDurationHolder h) |
void |
DurationHolderReaderImpl.read(NullableDurationHolder h) |
void |
NullReader.read(NullableDurationHolder holder) |
void |
DurationReaderImpl.read(NullableDurationHolder h) |
void |
DurationWriterImpl.write(NullableDurationHolder h) |
| Constructor and Description |
|---|
NullableDurationHolderReaderImpl(NullableDurationHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
DurationReader.read(NullableDurationHolder h) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.