Modifier and Type | Method and Description |
---|---|
void |
IntervalDayVector.get(int index,
NullableIntervalDayHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
IntervalDayVector.set(int index,
NullableIntervalDayHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
IntervalDayVector.setSafe(int index,
NullableIntervalDayHolder holder)
Same as
IntervalDayVector.set(int, NullableIntervalDayHolder) 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,
NullableIntervalDayHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableIntervalDayHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableIntervalDayHolder holder) |
void |
IntervalDayReaderImpl.read(NullableIntervalDayHolder h) |
void |
UnionReader.read(NullableIntervalDayHolder holder) |
void |
DenseUnionReader.read(NullableIntervalDayHolder holder) |
void |
NullReader.read(NullableIntervalDayHolder holder) |
void |
NullableIntervalDayHolderReaderImpl.read(NullableIntervalDayHolder h) |
void |
IntervalDayHolderReaderImpl.read(NullableIntervalDayHolder h) |
void |
IntervalDayWriterImpl.write(NullableIntervalDayHolder h) |
Constructor and Description |
---|
NullableIntervalDayHolderReaderImpl(NullableIntervalDayHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
IntervalDayReader.read(NullableIntervalDayHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getIntervalDay(int columnIndex,
NullableIntervalDayHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getIntervalDay(String columnName,
NullableIntervalDayHolder 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.