| 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 |
TimeSecVector.get(int index,
NullableTimeSecHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeSecVector.set(int index,
NullableTimeSecHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeSecVector.setSafe(int index,
NullableTimeSecHolder holder)
Same as
TimeSecVector.set(int, NullableTimeSecHolder) 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,
NullableTimeSecHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeSecHolder holder) |
void |
NullableTimeSecHolderReaderImpl.read(NullableTimeSecHolder h) |
void |
TimeSecHolderReaderImpl.read(NullableTimeSecHolder h) |
void |
UnionReader.read(NullableTimeSecHolder holder) |
void |
TimeSecReaderImpl.read(NullableTimeSecHolder h) |
void |
NullReader.read(NullableTimeSecHolder holder) |
void |
TimeSecWriterImpl.write(NullableTimeSecHolder h) |
| Constructor and Description |
|---|
NullableTimeSecHolderReaderImpl(NullableTimeSecHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSecReader.read(NullableTimeSecHolder h) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.