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