| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader |
| Modifier and Type | Method and Description |
|---|---|
void |
DateDayVector.get(int index,
NullableDateDayHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
DateDayVector.set(int index,
NullableDateDayHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
DateDayVector.setSafe(int index,
NullableDateDayHolder holder)
Same as
DateDayVector.set(int, NullableDateDayHolder) 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,
NullableDateDayHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableDateDayHolder holder) |
void |
DateDayReaderImpl.read(NullableDateDayHolder h) |
void |
UnionReader.read(NullableDateDayHolder holder) |
void |
NullableDateDayHolderReaderImpl.read(NullableDateDayHolder h) |
void |
DateDayHolderReaderImpl.read(NullableDateDayHolder h) |
void |
NullReader.read(NullableDateDayHolder holder) |
void |
DateDayWriterImpl.write(NullableDateDayHolder h) |
| Constructor and Description |
|---|
NullableDateDayHolderReaderImpl(NullableDateDayHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
DateDayReader.read(NullableDateDayHolder h) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.