Uses of Class
org.apache.arrow.vector.PeriodDuration
Package
Description
-
Uses of PeriodDuration in org.apache.arrow.vector
Modifier and TypeMethodDescriptionIntervalMonthDayNanoVector.getObject
(int index) Same asIntervalMonthDayNanoVector.get(int)
. -
Uses of PeriodDuration in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionDenseUnionReader.readPeriodDuration()
IntervalMonthDayNanoHolderReaderImpl.readPeriodDuration()
IntervalMonthDayNanoReaderImpl.readPeriodDuration()
NullableIntervalMonthDayNanoHolderReaderImpl.readPeriodDuration()
NullReader.readPeriodDuration()
NullReader.readPeriodDuration
(int arrayIndex) UnionReader.readPeriodDuration()
-
Uses of PeriodDuration in org.apache.arrow.vector.complex.reader
-
Uses of PeriodDuration in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionRow.getIntervalMonthDayNanoObj
(int columnIndex) Returns a PeriodDuration from the column with the given index at the current row.Row.getIntervalMonthDayNanoObj
(String columnName) Returns a PeriodDuration from the column of the given name at the current row.