Class Vector
java.lang.Object
io.r2dbc.postgresql.codec.Vector
Value object that maps to the
vector datatype provided by Postgres pgvector.- Since:
- 1.0.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic Vectorempty()Create a new emptyVector.booleanfloat[]Return the vector values.inthashCode()static Vectorof(float... vec) Create a newVectorgivenvectorpoints.static Vectorof(Collection<? extends Number> vec) Create a newVectorgivenvectorpoints.toString()