Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader | |
org.apache.arrow.vector.complex.writer |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliTZVector.set(int index,
TimeStampMilliTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampMilliTZVector.setSafe(int index,
TimeStampMilliTZHolder holder)
Same as
TimeStampMilliTZVector.set(int, TimeStampMilliTZHolder) 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,
TimeStampMilliTZHolder holder) |
void |
NullableTimeStampMilliTZHolderReaderImpl.read(TimeStampMilliTZHolder h) |
void |
NullReader.read(TimeStampMilliTZHolder holder) |
void |
TimeStampMilliTZHolderReaderImpl.read(TimeStampMilliTZHolder h) |
void |
UnionLargeListWriter.write(TimeStampMilliTZHolder holder) |
void |
UnionWriter.write(TimeStampMilliTZHolder holder) |
void |
TimeStampMilliTZWriterImpl.write(TimeStampMilliTZHolder h) |
void |
UnionListWriter.write(TimeStampMilliTZHolder holder) |
Constructor and Description |
---|
TimeStampMilliTZHolderReaderImpl(TimeStampMilliTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliTZReader.read(TimeStampMilliTZHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliTZWriter.write(TimeStampMilliTZHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.