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 |
TimeStampMicroTZVector.get(int index,
NullableTimeStampMicroTZHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampMicroTZVector.set(int index,
NullableTimeStampMicroTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampMicroTZVector.setSafe(int index,
NullableTimeStampMicroTZHolder holder)
Same as
TimeStampMicroTZVector.set(int, NullableTimeStampMicroTZHolder) 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,
NullableTimeStampMicroTZHolder holder) |
void |
NullableTimeStampMicroTZHolderReaderImpl.read(NullableTimeStampMicroTZHolder h) |
void |
TimeStampMicroTZReaderImpl.read(NullableTimeStampMicroTZHolder h) |
void |
TimeStampMicroTZHolderReaderImpl.read(NullableTimeStampMicroTZHolder h) |
void |
NullReader.read(NullableTimeStampMicroTZHolder holder) |
void |
TimeStampMicroTZWriterImpl.write(NullableTimeStampMicroTZHolder h) |
Constructor and Description |
---|
NullableTimeStampMicroTZHolderReaderImpl(NullableTimeStampMicroTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMicroTZReader.read(NullableTimeStampMicroTZHolder h) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.