| 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 |
TimeMilliVector.get(int index,
NullableTimeMilliHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeMilliVector.set(int index,
NullableTimeMilliHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeMilliVector.setSafe(int index,
NullableTimeMilliHolder holder)
Same as
TimeMilliVector.set(int, NullableTimeMilliHolder) 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,
NullableTimeMilliHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeMilliHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeMilliHolder holder) |
void |
UnionReader.read(NullableTimeMilliHolder holder) |
void |
TimeMilliHolderReaderImpl.read(NullableTimeMilliHolder h) |
void |
NullReader.read(NullableTimeMilliHolder holder) |
void |
NullableTimeMilliHolderReaderImpl.read(NullableTimeMilliHolder h) |
void |
TimeMilliReaderImpl.read(NullableTimeMilliHolder h) |
void |
DenseUnionReader.read(NullableTimeMilliHolder holder) |
void |
TimeMilliWriterImpl.write(NullableTimeMilliHolder h) |
| Constructor and Description |
|---|
NullableTimeMilliHolderReaderImpl(NullableTimeMilliHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeMilliReader.read(NullableTimeMilliHolder h) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.