Modifier and Type | Method and Description |
---|---|
void |
TimeStampSecVector.get(int index,
NullableTimeStampSecHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampSecVector.set(int index,
NullableTimeStampSecHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampSecVector.setSafe(int index,
NullableTimeStampSecHolder holder)
Same as
TimeStampSecVector.set(int, NullableTimeStampSecHolder) 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,
NullableTimeStampSecHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeStampSecHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampSecHolder holder) |
void |
TimeStampSecHolderReaderImpl.read(NullableTimeStampSecHolder h) |
void |
UnionReader.read(NullableTimeStampSecHolder holder) |
void |
DenseUnionReader.read(NullableTimeStampSecHolder holder) |
void |
NullableTimeStampSecHolderReaderImpl.read(NullableTimeStampSecHolder h) |
void |
NullReader.read(NullableTimeStampSecHolder holder) |
void |
TimeStampSecReaderImpl.read(NullableTimeStampSecHolder h) |
void |
TimeStampSecWriterImpl.write(NullableTimeStampSecHolder h) |
Constructor and Description |
---|
NullableTimeStampSecHolderReaderImpl(NullableTimeStampSecHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampSecReader.read(NullableTimeStampSecHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeStampSec(int columnIndex,
NullableTimeStampSecHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeStampSec(String columnName,
NullableTimeStampSecHolder 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.