| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.compare.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Float2Vector
Float2Vector implements a fixed width (2 bytes) vector of
short values which could be null.
|
class |
Float4Vector
Float4Vector implements a fixed width vector (4 bytes) of
float values which could be null.
|
class |
Float8Vector
Float8Vector implements a fixed width vector (8 bytes) of
double values which could be null.
|
| Modifier and Type | Method and Description |
|---|---|
VectorValueEqualizer<FloatingPointVector> |
ValueEpsilonEqualizers.FloatingPointEpsilonEqualizer.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValueEpsilonEqualizers.FloatingPointEpsilonEqualizer.valuesEqual(FloatingPointVector vector1,
int index1,
FloatingPointVector vector2,
int index2) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.