Modifier and Type | Method and Description |
---|---|
void |
IntervalMonthDayNanoVector.get(int index,
NullableIntervalMonthDayNanoHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
IntervalMonthDayNanoVector.set(int index,
NullableIntervalMonthDayNanoHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
IntervalMonthDayNanoVector.setSafe(int index,
NullableIntervalMonthDayNanoHolder holder)
Same as
IntervalMonthDayNanoVector.set(int, NullableIntervalMonthDayNanoHolder) 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,
NullableIntervalMonthDayNanoHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableIntervalMonthDayNanoHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableIntervalMonthDayNanoHolder holder) |
void |
IntervalMonthDayNanoHolderReaderImpl.read(NullableIntervalMonthDayNanoHolder h) |
void |
DenseUnionReader.read(NullableIntervalMonthDayNanoHolder holder) |
void |
NullableIntervalMonthDayNanoHolderReaderImpl.read(NullableIntervalMonthDayNanoHolder h) |
void |
IntervalMonthDayNanoReaderImpl.read(NullableIntervalMonthDayNanoHolder h) |
void |
NullReader.read(NullableIntervalMonthDayNanoHolder holder) |
void |
UnionReader.read(NullableIntervalMonthDayNanoHolder holder) |
void |
IntervalMonthDayNanoWriterImpl.write(NullableIntervalMonthDayNanoHolder h) |
Constructor and Description |
---|
NullableIntervalMonthDayNanoHolderReaderImpl(NullableIntervalMonthDayNanoHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
IntervalMonthDayNanoReader.read(NullableIntervalMonthDayNanoHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getIntervalMonthDayNano(int columnIndex,
NullableIntervalMonthDayNanoHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getIntervalMonthDayNano(String columnName,
NullableIntervalMonthDayNanoHolder 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.