Uses of Class
org.apache.arrow.vector.TinyIntVector
Packages that use TinyIntVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of TinyIntVector in org.apache.arrow.adapter.avro.producers
Constructors in org.apache.arrow.adapter.avro.producers with parameters of type TinyIntVectorModifierConstructorDescriptionAvroTinyIntProducer(TinyIntVector vector) Instantiate an AvroTinyIntProducer. -
Uses of TinyIntVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type TinyIntVectorModifierConstructorDescriptionTinyIntBinder(TinyIntVector vector) TinyIntBinder(TinyIntVector vector, int jdbcType) -
Uses of TinyIntVector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return types with arguments of type TinyIntVectorModifier and TypeMethodDescriptionstatic JdbcConsumer<TinyIntVector>TinyIntConsumer.createConsumer(TinyIntVector vector, int index, boolean nullable) Creates a consumer forTinyIntVector.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type TinyIntVectorModifier 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
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type TinyIntVector -
Uses of TinyIntVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return TinyIntVectorModifier and TypeMethodDescriptionDenseUnionVector.getTinyIntVector(byte typeId) UnionVector.getTinyIntVector()UnionVector.getTinyIntVector(String name) -
Uses of TinyIntVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type TinyIntVectorModifierConstructorDescriptionTinyIntReaderImpl(TinyIntVector vector) TinyIntWriterImpl(TinyIntVector vector)