Uses of Class
org.apache.arrow.vector.SmallIntVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of SmallIntVector in org.apache.arrow.adapter.jdbc.binder
ModifierConstructorDescriptionSmallIntBinder
(SmallIntVector vector) SmallIntBinder
(SmallIntVector vector, int jdbcType) -
Uses of SmallIntVector in org.apache.arrow.adapter.jdbc.consumer
Modifier and TypeMethodDescriptionstatic BaseConsumer<SmallIntVector>
SmallIntConsumer.createConsumer
(SmallIntVector vector, int index, boolean nullable) Creates a consumer forSmallIntVector
.Modifier 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
-
Uses of SmallIntVector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
ModifierConstructorDescriptionArrowFlightJdbcBaseIntVectorAccessor
(SmallIntVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
Uses of SmallIntVector in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionDenseUnionVector.getSmallIntVector
(byte typeId) UnionVector.getSmallIntVector()
UnionVector.getSmallIntVector
(String name) -
Uses of SmallIntVector in org.apache.arrow.vector.complex.impl
ModifierConstructorDescriptionSmallIntReaderImpl
(SmallIntVector vector) SmallIntWriterImpl
(SmallIntVector vector)