Modifier and Type | Method and Description |
---|---|
void |
TimeNanoVector.get(int index,
NullableTimeNanoHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeNanoVector.set(int index,
NullableTimeNanoHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeNanoVector.setSafe(int index,
NullableTimeNanoHolder holder)
Same as
TimeNanoVector.set(int, NullableTimeNanoHolder) 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,
NullableTimeNanoHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeNanoHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeNanoHolder holder) |
void |
UnionReader.read(NullableTimeNanoHolder holder) |
void |
TimeNanoReaderImpl.read(NullableTimeNanoHolder h) |
void |
DenseUnionReader.read(NullableTimeNanoHolder holder) |
void |
NullReader.read(NullableTimeNanoHolder holder) |
void |
TimeNanoHolderReaderImpl.read(NullableTimeNanoHolder h) |
void |
NullableTimeNanoHolderReaderImpl.read(NullableTimeNanoHolder h) |
void |
TimeNanoWriterImpl.write(NullableTimeNanoHolder h) |
Constructor and Description |
---|
NullableTimeNanoHolderReaderImpl(NullableTimeNanoHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeNanoReader.read(NullableTimeNanoHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeNano(int columnIndex,
NullableTimeNanoHolder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getTimeNano(String columnName,
NullableTimeNanoHolder holder)
Updates the holder with the value in the column with the given name at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.