Uses of Class
org.apache.arrow.vector.TinyIntVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of TinyIntVector in org.apache.arrow.adapter.jdbc.binder
ModifierConstructorDescriptionTinyIntBinder
(TinyIntVector vector) TinyIntBinder
(TinyIntVector vector, int jdbcType) -
Uses of TinyIntVector in org.apache.arrow.adapter.jdbc.consumer
Modifier and TypeMethodDescriptionstatic JdbcConsumer<TinyIntVector>
TinyIntConsumer.createConsumer
(TinyIntVector vector, int index, boolean nullable) Creates a consumer forTinyIntVector
.Modifier and TypeMethodDescriptionstatic JdbcConsumer<TinyIntVector>
TinyIntConsumer.createConsumer
(TinyIntVector vector, int index, boolean nullable) Creates a consumer forTinyIntVector
. -
Uses of TinyIntVector in org.apache.arrow.algorithm.sort
-
Uses of TinyIntVector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
ModifierConstructorDescriptionArrowFlightJdbcBaseIntVectorAccessor
(TinyIntVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
Uses of TinyIntVector in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionDenseUnionVector.getTinyIntVector
(byte typeId) UnionVector.getTinyIntVector()
UnionVector.getTinyIntVector
(String name) -
Uses of TinyIntVector in org.apache.arrow.vector.complex.impl
ModifierConstructorDescriptionTinyIntReaderImpl
(TinyIntVector vector) TinyIntWriterImpl
(TinyIntVector vector)