Modifier and Type | Method and Description |
---|---|
void |
TimeStampNanoTZVector.get(int index,
NullableTimeStampNanoTZHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampNanoTZVector.set(int index,
NullableTimeStampNanoTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampNanoTZVector.setSafe(int index,
NullableTimeStampNanoTZHolder holder)
Same as
TimeStampNanoTZVector.set(int, NullableTimeStampNanoTZHolder) 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,
NullableTimeStampNanoTZHolder holder,
ArrowType arrowType) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampNanoTZHolder holder) |
void |
TimeStampNanoTZHolderReaderImpl.read(NullableTimeStampNanoTZHolder h) |
void |
UnionReader.read(NullableTimeStampNanoTZHolder holder) |
void |
NullableTimeStampNanoTZHolderReaderImpl.read(NullableTimeStampNanoTZHolder h) |
void |
NullReader.read(NullableTimeStampNanoTZHolder holder) |
void |
TimeStampNanoTZReaderImpl.read(NullableTimeStampNanoTZHolder h) |
void |
TimeStampNanoTZWriterImpl.write(NullableTimeStampNanoTZHolder h) |
Constructor and Description |
---|
NullableTimeStampNanoTZHolderReaderImpl(NullableTimeStampNanoTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampNanoTZReader.read(NullableTimeStampNanoTZHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeStampNanoTZ(int columnIndex,
NullableTimeStampNanoTZHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeStampNanoTZ(String columnName,
NullableTimeStampNanoTZHolder 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.