| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader | |
| org.apache.arrow.vector.complex.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
DateMilliVector.set(int index,
DateMilliHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
DateMilliVector.setSafe(int index,
DateMilliHolder holder)
Same as
DateMilliVector.set(int, DateMilliHolder) 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 |
NullableDateMilliHolderReaderImpl.read(DateMilliHolder h) |
void |
DateMilliHolderReaderImpl.read(DateMilliHolder h) |
void |
NullReader.read(DateMilliHolder holder) |
void |
NullReader.read(int arrayIndex,
DateMilliHolder holder) |
void |
DenseUnionWriter.write(DateMilliHolder holder) |
void |
UnionFixedSizeListWriter.write(DateMilliHolder holder) |
void |
UnionListWriter.write(DateMilliHolder holder) |
void |
UnionWriter.write(DateMilliHolder holder) |
void |
UnionLargeListWriter.write(DateMilliHolder holder) |
void |
DateMilliWriterImpl.write(DateMilliHolder h) |
| Constructor and Description |
|---|
DateMilliHolderReaderImpl(DateMilliHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
DateMilliReader.read(DateMilliHolder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
DateMilliWriter.write(DateMilliHolder h) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.