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