Uses of Class
org.apache.arrow.vector.PeriodDuration
Packages that use PeriodDuration
Package
Description
-
Uses of PeriodDuration in org.apache.arrow.vector
Methods in org.apache.arrow.vector that return PeriodDurationModifier and TypeMethodDescriptionIntervalMonthDayNanoVector.getObject(int index) Same asIntervalMonthDayNanoVector.get(int). -
Uses of PeriodDuration in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl that return PeriodDurationModifier 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
Methods in org.apache.arrow.vector.complex.reader that return PeriodDuration -
Uses of PeriodDuration in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table that return PeriodDurationModifier 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.