Modifier and Type | Method and Description |
---|---|
void |
DateMilliVector.get(int index,
NullableDateMilliHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
DateMilliVector.set(int index,
NullableDateMilliHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
DateMilliVector.setSafe(int index,
NullableDateMilliHolder holder)
Same as
DateMilliVector.set(int, NullableDateMilliHolder) 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,
NullableDateMilliHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableDateMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableDateMilliHolder holder) |
void |
UnionReader.read(NullableDateMilliHolder holder) |
void |
NullableDateMilliHolderReaderImpl.read(NullableDateMilliHolder h) |
void |
DenseUnionReader.read(NullableDateMilliHolder holder) |
void |
NullReader.read(NullableDateMilliHolder holder) |
void |
DateMilliHolderReaderImpl.read(NullableDateMilliHolder h) |
void |
DateMilliReaderImpl.read(NullableDateMilliHolder h) |
void |
DateMilliWriterImpl.write(NullableDateMilliHolder h) |
Constructor and Description |
---|
NullableDateMilliHolderReaderImpl(NullableDateMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
DateMilliReader.read(NullableDateMilliHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getDateMilli(int columnIndex,
NullableDateMilliHolder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getDateMilli(String columnName,
NullableDateMilliHolder holder)
Updates the holder with the value in the column of the given name at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.