Modifier and Type | Method and Description |
---|---|
void |
TimeStampMicroTZVector.get(int index,
NullableTimeStampMicroTZHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampMicroTZVector.set(int index,
NullableTimeStampMicroTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampMicroTZVector.setSafe(int index,
NullableTimeStampMicroTZHolder holder)
Same as
TimeStampMicroTZVector.set(int, NullableTimeStampMicroTZHolder) 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,
NullableTimeStampMicroTZHolder holder,
ArrowType arrowType) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampMicroTZHolder holder) |
void |
TimeStampMicroTZHolderReaderImpl.read(NullableTimeStampMicroTZHolder h) |
void |
UnionReader.read(NullableTimeStampMicroTZHolder holder) |
void |
NullReader.read(NullableTimeStampMicroTZHolder holder) |
void |
TimeStampMicroTZReaderImpl.read(NullableTimeStampMicroTZHolder h) |
void |
NullableTimeStampMicroTZHolderReaderImpl.read(NullableTimeStampMicroTZHolder h) |
void |
TimeStampMicroTZWriterImpl.write(NullableTimeStampMicroTZHolder h) |
Constructor and Description |
---|
NullableTimeStampMicroTZHolderReaderImpl(NullableTimeStampMicroTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMicroTZReader.read(NullableTimeStampMicroTZHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeStampMicroTZ(int columnIndex,
NullableTimeStampMicroTZHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeStampMicroTZ(String columnName,
NullableTimeStampMicroTZHolder 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.