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