Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliVector.get(int index,
NullableTimeStampMilliHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampMilliVector.set(int index,
NullableTimeStampMilliHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampMilliVector.setSafe(int index,
NullableTimeStampMilliHolder holder)
Same as
TimeStampMilliVector.set(int, NullableTimeStampMilliHolder) 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,
NullableTimeStampMilliHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeStampMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampMilliHolder holder) |
void |
DenseUnionReader.read(NullableTimeStampMilliHolder holder) |
void |
TimeStampMilliHolderReaderImpl.read(NullableTimeStampMilliHolder h) |
void |
TimeStampMilliReaderImpl.read(NullableTimeStampMilliHolder h) |
void |
NullableTimeStampMilliHolderReaderImpl.read(NullableTimeStampMilliHolder h) |
void |
NullReader.read(NullableTimeStampMilliHolder holder) |
void |
UnionReader.read(NullableTimeStampMilliHolder holder) |
void |
TimeStampMilliWriterImpl.write(NullableTimeStampMilliHolder h) |
Constructor and Description |
---|
NullableTimeStampMilliHolderReaderImpl(NullableTimeStampMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliReader.read(NullableTimeStampMilliHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getTimeStampMilli(int columnIndex,
NullableTimeStampMilliHolder holder)
Updates the holder with the value from the column with the given index at the current row.
|
void |
Row.getTimeStampMilli(String columnName,
NullableTimeStampMilliHolder 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.