Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliVector.get(int index,
NullableTimeStampMilliHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TimeStampMilliVector.set(int index,
NullableTimeStampMilliHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TimeStampMilliVector.setSafe(int index,
NullableTimeStampMilliHolder holder)
Same as
TimeStampMilliVector.set(int, NullableTimeStampMilliHolder) 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 |
UnionVector.setSafe(int index,
NullableTimeStampMilliHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTimeStampMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTimeStampMilliHolder holder) |
void |
TimeStampMilliReaderImpl.read(NullableTimeStampMilliHolder h) |
void |
DenseUnionReader.read(NullableTimeStampMilliHolder holder) |
void |
UnionReader.read(NullableTimeStampMilliHolder holder) |
void |
NullReader.read(NullableTimeStampMilliHolder holder) |
void |
TimeStampMilliHolderReaderImpl.read(NullableTimeStampMilliHolder h) |
void |
NullableTimeStampMilliHolderReaderImpl.read(NullableTimeStampMilliHolder h) |
void |
TimeStampMilliWriterImpl.write(NullableTimeStampMilliHolder h) |
Constructor and Description |
---|
NullableTimeStampMilliHolderReaderImpl(NullableTimeStampMilliHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampMilliReader.read(NullableTimeStampMilliHolder h) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.