Uses of Class
org.apache.arrow.vector.Float8Vector
Packages that use Float8Vector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of Float8Vector in org.apache.arrow.adapter.avro.consumers
Constructors in org.apache.arrow.adapter.avro.consumers with parameters of type Float8VectorModifierConstructorDescriptionAvroDoubleConsumer
(Float8Vector vector) Instantiate a AvroDoubleConsumer. -
Uses of Float8Vector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type Float8VectorModifierConstructorDescriptionFloat8Binder
(Float8Vector vector) Float8Binder
(Float8Vector vector, int jdbcType) -
Uses of Float8Vector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return types with arguments of type Float8VectorModifier and TypeMethodDescriptionstatic JdbcConsumer<Float8Vector>
DoubleConsumer.createConsumer
(Float8Vector vector, int index, boolean nullable) Creates a consumer forFloat8Vector
.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type Float8VectorModifier and TypeMethodDescriptionstatic JdbcConsumer<Float8Vector>
DoubleConsumer.createConsumer
(Float8Vector vector, int index, boolean nullable) Creates a consumer forFloat8Vector
. -
Uses of Float8Vector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type Float8Vector -
Uses of Float8Vector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.numeric with parameters of type Float8VectorModifierConstructorDescriptionArrowFlightJdbcFloat8VectorAccessor
(Float8Vector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) Instantiate a accessor for theFloat8Vector
. -
Uses of Float8Vector in org.apache.arrow.vector.compare.util
Methods in org.apache.arrow.vector.compare.util that return types with arguments of type Float8VectorMethods in org.apache.arrow.vector.compare.util with parameters of type Float8VectorModifier and TypeMethodDescriptionfinal boolean
ValueEpsilonEqualizers.Float8EpsilonEqualizer.valuesEqual
(Float8Vector vector1, int index1, Float8Vector vector2, int index2) -
Uses of Float8Vector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return Float8VectorModifier and TypeMethodDescriptionDenseUnionVector.getFloat8Vector
(byte typeId) UnionVector.getFloat8Vector()
UnionVector.getFloat8Vector
(String name) -
Uses of Float8Vector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type Float8VectorModifierConstructorDescriptionFloat8ReaderImpl
(Float8Vector vector) Float8WriterImpl
(Float8Vector vector)