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 |
TimeStampSecTZVector.set(int index,
TimeStampSecTZHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampSecTZVector.setSafe(int index,
TimeStampSecTZHolder holder)
Same as
TimeStampSecTZVector.set(int, TimeStampSecTZHolder) 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,
TimeStampSecTZHolder holder) |
void |
NullableTimeStampSecTZHolderReaderImpl.read(TimeStampSecTZHolder h) |
void |
NullReader.read(TimeStampSecTZHolder holder) |
void |
TimeStampSecTZHolderReaderImpl.read(TimeStampSecTZHolder h) |
void |
TimeStampSecTZWriterImpl.write(TimeStampSecTZHolder h) |
void |
UnionLargeListWriter.write(TimeStampSecTZHolder holder) |
void |
UnionWriter.write(TimeStampSecTZHolder holder) |
void |
UnionListWriter.write(TimeStampSecTZHolder holder) |
Constructor and Description |
---|
TimeStampSecTZHolderReaderImpl(TimeStampSecTZHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampSecTZReader.read(TimeStampSecTZHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampSecTZWriter.write(TimeStampSecTZHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.