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 |
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 |
DenseUnionVector.setSafe(int index,
NullableDateMilliHolder holder) |
void |
UnionVector.setSafe(int index,
NullableDateMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableDateMilliHolder holder) |
void |
DenseUnionReader.read(NullableDateMilliHolder holder) |
void |
DateMilliHolderReaderImpl.read(NullableDateMilliHolder h) |
void |
DateMilliReaderImpl.read(NullableDateMilliHolder h) |
void |
NullReader.read(NullableDateMilliHolder holder) |
void |
UnionReader.read(NullableDateMilliHolder holder) |
void |
NullableDateMilliHolderReaderImpl.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) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.