Modifier and Type | Method and Description |
---|---|
void |
TimeStampNanoVector.get(int index,
NullableTimeStampNanoHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampNanoVector.set(int index,
NullableTimeStampNanoHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampNanoVector.setSafe(int index,
NullableTimeStampNanoHolder holder)
Same as
TimeStampNanoVector.set(int, NullableTimeStampNanoHolder) 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,
NullableTimeStampNanoHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeStampNanoHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampNanoHolder holder) |
void |
UnionReader.read(NullableTimeStampNanoHolder holder) |
void |
DenseUnionReader.read(NullableTimeStampNanoHolder holder) |
void |
NullReader.read(NullableTimeStampNanoHolder holder) |
void |
TimeStampNanoHolderReaderImpl.read(NullableTimeStampNanoHolder h) |
void |
TimeStampNanoReaderImpl.read(NullableTimeStampNanoHolder h) |
void |
NullableTimeStampNanoHolderReaderImpl.read(NullableTimeStampNanoHolder h) |
void |
TimeStampNanoWriterImpl.write(NullableTimeStampNanoHolder h) |
Constructor and Description |
---|
NullableTimeStampNanoHolderReaderImpl(NullableTimeStampNanoHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampNanoReader.read(NullableTimeStampNanoHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeStampNano(int columnIndex,
NullableTimeStampNanoHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeStampNano(String columnName,
NullableTimeStampNanoHolder 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.