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 |
UnionVector.setSafe(int index,
NullableDurationHolder holder,
ArrowType arrowType) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableDurationHolder holder) |
void |
NullableDurationHolderReaderImpl.read(NullableDurationHolder h) |
void |
DurationHolderReaderImpl.read(NullableDurationHolder h) |
void |
UnionReader.read(NullableDurationHolder holder) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getDuration(int columnIndex,
NullableDurationHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getDuration(String columnName,
NullableDurationHolder holder)
Updates the holder with the value from the column of the given name at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.