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.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.driver.jdbc.accessor.impl.calendar
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.calendar with parameters of type TimeSecVectorModifierConstructorDescriptionArrowFlightJdbcTimeVectorAccessor
(TimeSecVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) Instantiate an accessor for aTimeSecVector
. -
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)