Modifier and Type | Method and Description |
---|---|
void |
TimeMilliVector.get(int index,
NullableTimeMilliHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeMilliVector.set(int index,
NullableTimeMilliHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeMilliVector.setSafe(int index,
NullableTimeMilliHolder holder)
Same as
TimeMilliVector.set(int, NullableTimeMilliHolder) 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,
NullableTimeMilliHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeMilliHolder holder) |
void |
TimeMilliHolderReaderImpl.read(NullableTimeMilliHolder h) |
void |
NullableTimeMilliHolderReaderImpl.read(NullableTimeMilliHolder h) |
void |
UnionReader.read(NullableTimeMilliHolder holder) |
void |
DenseUnionReader.read(NullableTimeMilliHolder holder) |
void |
NullReader.read(NullableTimeMilliHolder holder) |
void |
TimeMilliReaderImpl.read(NullableTimeMilliHolder h) |
void |
TimeMilliWriterImpl.write(NullableTimeMilliHolder h) |
Constructor and Description |
---|
NullableTimeMilliHolderReaderImpl(NullableTimeMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeMilliReader.read(NullableTimeMilliHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeMilli(int columnIndex,
NullableTimeMilliHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeMilli(String columnName,
NullableTimeMilliHolder 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.