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 |
TimeStampMilliTZVector.get(int index,
NullableTimeStampMilliTZHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampMilliTZVector.set(int index,
NullableTimeStampMilliTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampMilliTZVector.setSafe(int index,
NullableTimeStampMilliTZHolder holder)
Same as
TimeStampMilliTZVector.set(int, NullableTimeStampMilliTZHolder) 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,
NullableTimeStampMilliTZHolder holder) |
void |
TimeStampMilliTZHolderReaderImpl.read(NullableTimeStampMilliTZHolder h) |
void |
NullReader.read(NullableTimeStampMilliTZHolder holder) |
void |
TimeStampMilliTZReaderImpl.read(NullableTimeStampMilliTZHolder h) |
void |
NullableTimeStampMilliTZHolderReaderImpl.read(NullableTimeStampMilliTZHolder h) |
void |
TimeStampMilliTZWriterImpl.write(NullableTimeStampMilliTZHolder h) |
Constructor and Description |
---|
NullableTimeStampMilliTZHolderReaderImpl(NullableTimeStampMilliTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliTZReader.read(NullableTimeStampMilliTZHolder h) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.