Modifier and Type | Method and Description |
---|---|
void |
TimeSecVector.get(int index,
NullableTimeSecHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeSecVector.set(int index,
NullableTimeSecHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeSecVector.setSafe(int index,
NullableTimeSecHolder holder)
Same as
TimeSecVector.set(int, NullableTimeSecHolder) 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,
NullableTimeSecHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeSecHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeSecHolder holder) |
void |
DenseUnionReader.read(NullableTimeSecHolder holder) |
void |
NullReader.read(NullableTimeSecHolder holder) |
void |
TimeSecHolderReaderImpl.read(NullableTimeSecHolder h) |
void |
TimeSecReaderImpl.read(NullableTimeSecHolder h) |
void |
NullableTimeSecHolderReaderImpl.read(NullableTimeSecHolder h) |
void |
UnionReader.read(NullableTimeSecHolder holder) |
void |
TimeSecWriterImpl.write(NullableTimeSecHolder h) |
Constructor and Description |
---|
NullableTimeSecHolderReaderImpl(NullableTimeSecHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeSecReader.read(NullableTimeSecHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeSec(int columnIndex,
NullableTimeSecHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeSec(String columnName,
NullableTimeSecHolder 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.