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 |
TimeStampNanoTZVector.get(int index,
NullableTimeStampNanoTZHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampNanoTZVector.set(int index,
NullableTimeStampNanoTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampNanoTZVector.setSafe(int index,
NullableTimeStampNanoTZHolder holder)
Same as
TimeStampNanoTZVector.set(int, NullableTimeStampNanoTZHolder) 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,
NullableTimeStampNanoTZHolder holder) |
void |
NullReader.read(NullableTimeStampNanoTZHolder holder) |
void |
TimeStampNanoTZHolderReaderImpl.read(NullableTimeStampNanoTZHolder h) |
void |
NullableTimeStampNanoTZHolderReaderImpl.read(NullableTimeStampNanoTZHolder h) |
void |
TimeStampNanoTZReaderImpl.read(NullableTimeStampNanoTZHolder h) |
void |
TimeStampNanoTZWriterImpl.write(NullableTimeStampNanoTZHolder h) |
Constructor and Description |
---|
NullableTimeStampNanoTZHolderReaderImpl(NullableTimeStampNanoTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampNanoTZReader.read(NullableTimeStampNanoTZHolder h) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.