Modifier and Type | Method and Description |
---|---|
void |
TimeStampMicroVector.get(int index,
NullableTimeStampMicroHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampMicroVector.set(int index,
NullableTimeStampMicroHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampMicroVector.setSafe(int index,
NullableTimeStampMicroHolder holder)
Same as
TimeStampMicroVector.set(int, NullableTimeStampMicroHolder) 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,
NullableTimeStampMicroHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeStampMicroHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampMicroHolder holder) |
void |
UnionReader.read(NullableTimeStampMicroHolder holder) |
void |
DenseUnionReader.read(NullableTimeStampMicroHolder holder) |
void |
NullReader.read(NullableTimeStampMicroHolder holder) |
void |
TimeStampMicroHolderReaderImpl.read(NullableTimeStampMicroHolder h) |
void |
TimeStampMicroReaderImpl.read(NullableTimeStampMicroHolder h) |
void |
NullableTimeStampMicroHolderReaderImpl.read(NullableTimeStampMicroHolder h) |
void |
TimeStampMicroWriterImpl.write(NullableTimeStampMicroHolder h) |
Constructor and Description |
---|
NullableTimeStampMicroHolderReaderImpl(NullableTimeStampMicroHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMicroReader.read(NullableTimeStampMicroHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeStampMicro(int columnIndex,
NullableTimeStampMicroHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeStampMicro(String columnName,
NullableTimeStampMicroHolder 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.