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 |
TimeMicroVector.set(int index,
TimeMicroHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeMicroVector.setSafe(int index,
TimeMicroHolder holder)
Same as
TimeMicroVector.set(int, TimeMicroHolder) 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,
TimeMicroHolder holder) |
void |
NullableTimeMicroHolderReaderImpl.read(TimeMicroHolder h) |
void |
NullReader.read(TimeMicroHolder holder) |
void |
TimeMicroHolderReaderImpl.read(TimeMicroHolder h) |
void |
UnionLargeListWriter.write(TimeMicroHolder holder) |
void |
UnionWriter.write(TimeMicroHolder holder) |
void |
UnionFixedSizeListWriter.write(TimeMicroHolder holder) |
void |
TimeMicroWriterImpl.write(TimeMicroHolder h) |
void |
UnionListWriter.write(TimeMicroHolder holder) |
void |
DenseUnionWriter.write(TimeMicroHolder holder) |
Constructor and Description |
---|
TimeMicroHolderReaderImpl(TimeMicroHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeMicroReader.read(TimeMicroHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
TimeMicroWriter.write(TimeMicroHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.