- All Superinterfaces:
Vector
public sealed interface Float32Vector
extends Vector
Represents Neo4j Vector type that holds a sequence of float values.
- Since:
- 6.0.0
- See Also:
-
-
Method Summary
float[]
Returns array with vector elements.
Returns Neo4j Vector as a
String.
-
Method Details
-
toArray
float[] toArray()
Returns array with vector elements.
- Returns:
- the array with vector elements
-
toString
Returns Neo4j Vector as a
String.
For example:
vector([0.0], 1, FLOAT32 NOT NULL)
- Overrides:
toString in class Object
- Returns:
- the string value