Uses of Class
org.apache.arrow.vector.holders.NullableTimeMicroHolder
Package
Description
-
Uses of NullableTimeMicroHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
TimeMicroVector.get
(int index, NullableTimeMicroHolder holder) Get the element at the given index from the vector and sets the state in holder.void
TimeMicroVector.set
(int index, NullableTimeMicroHolder holder) Set the element at the given index to the value set in data holder.void
TimeMicroVector.setSafe
(int index, NullableTimeMicroHolder holder) Same asTimeMicroVector.set(int, NullableTimeMicroHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableTimeMicroHolder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableTimeMicroHolder holder) void
UnionVector.setSafe
(int index, NullableTimeMicroHolder holder) -
Uses of NullableTimeMicroHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableTimeMicroHolder holder) void
NullableTimeMicroHolderReaderImpl.read
(NullableTimeMicroHolder h) void
NullReader.read
(int arrayIndex, NullableTimeMicroHolder holder) void
NullReader.read
(NullableTimeMicroHolder holder) void
TimeMicroHolderReaderImpl.read
(NullableTimeMicroHolder h) void
TimeMicroReaderImpl.read
(NullableTimeMicroHolder h) void
UnionReader.read
(NullableTimeMicroHolder holder) void
TimeMicroWriterImpl.write
(NullableTimeMicroHolder h) -
Uses of NullableTimeMicroHolder in org.apache.arrow.vector.complex.reader
-
Uses of NullableTimeMicroHolder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
Row.getTimeMicro
(int columnIndex, NullableTimeMicroHolder holder) Updates the holder with the value from the column with the given index at the current row.void
Row.getTimeMicro
(String columnName, NullableTimeMicroHolder holder) Updates the holder with the value from the column of the given name at the current row.