Uses of Interface
org.apache.arrow.vector.FloatingPointVector
Packages that use FloatingPointVector
-
Uses of FloatingPointVector in org.apache.arrow.vector
Classes in org.apache.arrow.vector that implement FloatingPointVectorModifier and TypeClassDescriptionfinal class
Float2Vector implements a fixed width (2 bytes) vector of short values which could be null.final class
Float4Vector implements a fixed width vector (4 bytes) of float values which could be null.final class
Float8Vector implements a fixed width vector (8 bytes) of double values which could be null. -
Uses of FloatingPointVector in org.apache.arrow.vector.compare.util
Methods in org.apache.arrow.vector.compare.util that return types with arguments of type FloatingPointVectorMethods in org.apache.arrow.vector.compare.util with parameters of type FloatingPointVectorModifier and TypeMethodDescriptionfinal boolean
ValueEpsilonEqualizers.FloatingPointEpsilonEqualizer.valuesEqual
(FloatingPointVector vector1, int index1, FloatingPointVector vector2, int index2)