Uses of Class
org.apache.arrow.vector.BigIntVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of BigIntVector in org.apache.arrow.adapter.avro.consumers
ModifierConstructorDescriptionAvroLongConsumer
(BigIntVector vector) Instantiate a AvroLongConsumer. -
Uses of BigIntVector in org.apache.arrow.adapter.jdbc.binder
ModifierConstructorDescriptionBigIntBinder
(BigIntVector vector) BigIntBinder
(BigIntVector vector, int jdbcType) -
Uses of BigIntVector in org.apache.arrow.adapter.jdbc.consumer
Modifier and TypeMethodDescriptionstatic JdbcConsumer<BigIntVector>
BigIntConsumer.createConsumer
(BigIntVector vector, int index, boolean nullable) Creates a consumer forBigIntVector
.Modifier 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
-
Uses of BigIntVector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
ModifierConstructorDescriptionArrowFlightJdbcBaseIntVectorAccessor
(BigIntVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
Uses of BigIntVector in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionDenseUnionVector.getBigIntVector
(byte typeId) UnionVector.getBigIntVector()
UnionVector.getBigIntVector
(String name) -
Uses of BigIntVector in org.apache.arrow.vector.complex.impl
ModifierConstructorDescriptionBigIntReaderImpl
(BigIntVector vector) BigIntWriterImpl
(BigIntVector vector)