Modifier and Type | Method and Description |
---|---|
void |
TimeStampSecTZVector.get(int index,
NullableTimeStampSecTZHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampSecTZVector.set(int index,
NullableTimeStampSecTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampSecTZVector.setSafe(int index,
NullableTimeStampSecTZHolder holder)
Same as
TimeStampSecTZVector.set(int, NullableTimeStampSecTZHolder) 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,
NullableTimeStampSecTZHolder holder,
ArrowType arrowType) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampSecTZHolder holder) |
void |
NullableTimeStampSecTZHolderReaderImpl.read(NullableTimeStampSecTZHolder h) |
void |
UnionReader.read(NullableTimeStampSecTZHolder holder) |
void |
NullReader.read(NullableTimeStampSecTZHolder holder) |
void |
TimeStampSecTZHolderReaderImpl.read(NullableTimeStampSecTZHolder h) |
void |
TimeStampSecTZReaderImpl.read(NullableTimeStampSecTZHolder h) |
void |
TimeStampSecTZWriterImpl.write(NullableTimeStampSecTZHolder h) |
Constructor and Description |
---|
NullableTimeStampSecTZHolderReaderImpl(NullableTimeStampSecTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampSecTZReader.read(NullableTimeStampSecTZHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeStampSecTZ(int columnIndex,
NullableTimeStampSecTZHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeStampSecTZ(String columnName,
NullableTimeStampSecTZHolder 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.