Uses of Class
org.apache.arrow.vector.SmallIntVector
Packages that use SmallIntVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of SmallIntVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type SmallIntVectorModifierConstructorDescriptionSmallIntBinder
(SmallIntVector vector) SmallIntBinder
(SmallIntVector vector, int jdbcType) -
Uses of SmallIntVector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return types with arguments of type SmallIntVectorModifier and TypeMethodDescriptionstatic BaseConsumer<SmallIntVector>
SmallIntConsumer.createConsumer
(SmallIntVector vector, int index, boolean nullable) Creates a consumer forSmallIntVector
.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type SmallIntVectorModifier and TypeMethodDescriptionstatic BaseConsumer<SmallIntVector>
SmallIntConsumer.createConsumer
(SmallIntVector vector, int index, boolean nullable) Creates a consumer forSmallIntVector
. -
Uses of SmallIntVector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type SmallIntVector -
Uses of SmallIntVector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.numeric with parameters of type SmallIntVectorModifierConstructorDescriptionArrowFlightJdbcBaseIntVectorAccessor
(SmallIntVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
Uses of SmallIntVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return SmallIntVectorModifier and TypeMethodDescriptionDenseUnionVector.getSmallIntVector
(byte typeId) UnionVector.getSmallIntVector()
UnionVector.getSmallIntVector
(String name) -
Uses of SmallIntVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type SmallIntVectorModifierConstructorDescriptionSmallIntReaderImpl
(SmallIntVector vector) SmallIntWriterImpl
(SmallIntVector vector)