Uses of Class
org.apache.arrow.vector.DurationVector
Packages that use DurationVector
-
Uses of DurationVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return DurationVectorModifier and TypeMethodDescriptionUnionVector.getDurationVector()UnionVector.getDurationVector(String name, ArrowType arrowType) UnionVector.getDurationVector(ArrowType arrowType) -
Uses of DurationVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type DurationVectorModifierConstructorDescriptionDurationReaderImpl(DurationVector vector) DurationWriterImpl(DurationVector vector)