Modifier and Type | Method and Description |
---|---|
void |
TimeMicroVector.get(int index,
NullableTimeMicroHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeMicroVector.set(int index,
NullableTimeMicroHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeMicroVector.setSafe(int index,
NullableTimeMicroHolder holder)
Same as
TimeMicroVector.set(int, NullableTimeMicroHolder) 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,
NullableTimeMicroHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeMicroHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeMicroHolder holder) |
void |
UnionReader.read(NullableTimeMicroHolder holder) |
void |
DenseUnionReader.read(NullableTimeMicroHolder holder) |
void |
NullableTimeMicroHolderReaderImpl.read(NullableTimeMicroHolder h) |
void |
NullReader.read(NullableTimeMicroHolder holder) |
void |
TimeMicroHolderReaderImpl.read(NullableTimeMicroHolder h) |
void |
TimeMicroReaderImpl.read(NullableTimeMicroHolder h) |
void |
TimeMicroWriterImpl.write(NullableTimeMicroHolder h) |
Constructor and Description |
---|
NullableTimeMicroHolderReaderImpl(NullableTimeMicroHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeMicroReader.read(NullableTimeMicroHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeMicro(int columnIndex,
NullableTimeMicroHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeMicro(String columnName,
NullableTimeMicroHolder 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.