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 |
DurationVector.set(int index,
DurationHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
DurationVector.setSafe(int index,
DurationHolder holder)
Same as
DurationVector.set(int, DurationHolder) 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 |
NullableDurationHolderReaderImpl.read(DurationHolder h) |
void |
DurationHolderReaderImpl.read(DurationHolder h) |
void |
NullReader.read(DurationHolder holder) |
void |
NullReader.read(int arrayIndex,
DurationHolder holder) |
void |
DurationWriterImpl.write(DurationHolder h) |
void |
UnionLargeListWriter.write(DurationHolder holder) |
void |
UnionWriter.write(DurationHolder holder) |
void |
UnionListWriter.write(DurationHolder holder) |
Constructor and Description |
---|
DurationHolderReaderImpl(DurationHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
DurationReader.read(DurationHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
DurationWriter.write(DurationHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.