Uses of Class
org.apache.arrow.vector.BigIntVector
Packages that use BigIntVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of BigIntVector in org.apache.arrow.adapter.avro.consumers
Constructors in org.apache.arrow.adapter.avro.consumers with parameters of type BigIntVectorModifierConstructorDescriptionAvroLongConsumer(BigIntVector vector) Instantiate a AvroLongConsumer. -
Uses of BigIntVector in org.apache.arrow.adapter.avro.producers
Constructors in org.apache.arrow.adapter.avro.producers with parameters of type BigIntVectorModifierConstructorDescriptionAvroBigIntProducer(BigIntVector vector) Instantiate an AvroBigIntProducer. -
Uses of BigIntVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type BigIntVectorModifierConstructorDescriptionBigIntBinder(BigIntVector vector) BigIntBinder(BigIntVector vector, int jdbcType) -
Uses of BigIntVector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return types with arguments of type BigIntVectorModifier and TypeMethodDescriptionstatic JdbcConsumer<BigIntVector>BigIntConsumer.createConsumer(BigIntVector vector, int index, boolean nullable) Creates a consumer forBigIntVector.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type BigIntVectorModifier and TypeMethodDescriptionstatic JdbcConsumer<BigIntVector>BigIntConsumer.createConsumer(BigIntVector vector, int index, boolean nullable) Creates a consumer forBigIntVector. -
Uses of BigIntVector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type BigIntVector -
Uses of BigIntVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return BigIntVectorModifier and TypeMethodDescriptionDenseUnionVector.getBigIntVector(byte typeId) UnionVector.getBigIntVector()UnionVector.getBigIntVector(String name) -
Uses of BigIntVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type BigIntVectorModifierConstructorDescriptionBigIntReaderImpl(BigIntVector vector) BigIntWriterImpl(BigIntVector vector)