Uses of Class
org.apache.arrow.vector.TimeSecVector
Packages that use TimeSecVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of TimeSecVector in org.apache.arrow.adapter.avro.producers.logical
Constructors in org.apache.arrow.adapter.avro.producers.logical with parameters of type TimeSecVectorModifierConstructorDescriptionAvroTimeSecProducer(TimeSecVector vector) Instantiate an AvroTimeSecProducer. -
Uses of TimeSecVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type TimeSecVectorModifierConstructorDescriptionTime32Binder(TimeSecVector vector) Time32Binder(TimeSecVector vector, int jdbcType) -
Uses of TimeSecVector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type TimeSecVector -
Uses of TimeSecVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return TimeSecVectorModifier and TypeMethodDescriptionDenseUnionVector.getTimeSecVector(byte typeId) UnionVector.getTimeSecVector()UnionVector.getTimeSecVector(String name) -
Uses of TimeSecVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type TimeSecVectorModifierConstructorDescriptionTimeSecReaderImpl(TimeSecVector vector) TimeSecWriterImpl(TimeSecVector vector)