Uses of Class
org.apache.arrow.vector.Float4Vector
Packages that use Float4Vector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of Float4Vector in org.apache.arrow.adapter.avro.consumers
Constructors in org.apache.arrow.adapter.avro.consumers with parameters of type Float4VectorModifierConstructorDescriptionAvroFloatConsumer
(Float4Vector vector) Instantiate a AvroFloatConsumer. -
Uses of Float4Vector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type Float4VectorModifierConstructorDescriptionFloat4Binder
(Float4Vector vector) Float4Binder
(Float4Vector vector, int jdbcType) -
Uses of Float4Vector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return types with arguments of type Float4VectorModifier and TypeMethodDescriptionstatic JdbcConsumer<Float4Vector>
FloatConsumer.createConsumer
(Float4Vector vector, int index, boolean nullable) Creates a consumer forFloat4Vector
.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type Float4VectorModifier and TypeMethodDescriptionstatic JdbcConsumer<Float4Vector>
FloatConsumer.createConsumer
(Float4Vector vector, int index, boolean nullable) Creates a consumer forFloat4Vector
. -
Uses of Float4Vector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type Float4Vector -
Uses of Float4Vector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.numeric with parameters of type Float4VectorModifierConstructorDescriptionArrowFlightJdbcFloat4VectorAccessor
(Float4Vector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) Instantiate a accessor for theFloat4Vector
. -
Uses of Float4Vector in org.apache.arrow.vector
Method parameters in org.apache.arrow.vector with type arguments of type Float4VectorModifier and TypeMethodDescriptionboolean
VectorSchemaRoot.approxEquals
(VectorSchemaRoot other, VectorValueEqualizer<Float4Vector> floatDiffFunction, VectorValueEqualizer<Float8Vector> doubleDiffFunction) Determine if two VectorSchemaRoots are approximately equal using the given functions to calculate difference between float/double values. -
Uses of Float4Vector in org.apache.arrow.vector.compare
Constructor parameters in org.apache.arrow.vector.compare with type arguments of type Float4VectorModifierConstructorDescriptionApproxEqualsVisitor
(ValueVector left, ValueVector right, VectorValueEqualizer<Float4Vector> floatDiffFunction, VectorValueEqualizer<Float8Vector> doubleDiffFunction) Constructs a new instance.ApproxEqualsVisitor
(ValueVector left, ValueVector right, VectorValueEqualizer<Float4Vector> floatDiffFunction, VectorValueEqualizer<Float8Vector> doubleDiffFunction, BiFunction<ValueVector, ValueVector, Boolean> typeComparator) Constructs a new instance. -
Uses of Float4Vector in org.apache.arrow.vector.compare.util
Methods in org.apache.arrow.vector.compare.util that return types with arguments of type Float4VectorMethods in org.apache.arrow.vector.compare.util with parameters of type Float4VectorModifier and TypeMethodDescriptionfinal boolean
ValueEpsilonEqualizers.Float4EpsilonEqualizer.valuesEqual
(Float4Vector vector1, int index1, Float4Vector vector2, int index2) -
Uses of Float4Vector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return Float4VectorModifier and TypeMethodDescriptionDenseUnionVector.getFloat4Vector
(byte typeId) UnionVector.getFloat4Vector()
UnionVector.getFloat4Vector
(String name) -
Uses of Float4Vector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type Float4VectorModifierConstructorDescriptionFloat4ReaderImpl
(Float4Vector vector) Float4WriterImpl
(Float4Vector vector)