Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliTZVector.get(int index,
NullableTimeStampMilliTZHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampMilliTZVector.set(int index,
NullableTimeStampMilliTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampMilliTZVector.setSafe(int index,
NullableTimeStampMilliTZHolder holder)
Same as
TimeStampMilliTZVector.set(int, NullableTimeStampMilliTZHolder) 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,
NullableTimeStampMilliTZHolder holder,
ArrowType arrowType) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampMilliTZHolder holder) |
void |
NullableTimeStampMilliTZHolderReaderImpl.read(NullableTimeStampMilliTZHolder h) |
void |
TimeStampMilliTZReaderImpl.read(NullableTimeStampMilliTZHolder h) |
void |
UnionReader.read(NullableTimeStampMilliTZHolder holder) |
void |
NullReader.read(NullableTimeStampMilliTZHolder holder) |
void |
TimeStampMilliTZHolderReaderImpl.read(NullableTimeStampMilliTZHolder h) |
void |
TimeStampMilliTZWriterImpl.write(NullableTimeStampMilliTZHolder h) |
Constructor and Description |
---|
NullableTimeStampMilliTZHolderReaderImpl(NullableTimeStampMilliTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliTZReader.read(NullableTimeStampMilliTZHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeStampMilliTZ(int columnIndex,
NullableTimeStampMilliTZHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeStampMilliTZ(String columnName,
NullableTimeStampMilliTZHolder 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.