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