Uses of Class
io.r2dbc.postgresql.codec.Vector
Packages that use Vector
Package
Description
Encoders and Decoders for the type that the service provider understands.
-
Uses of Vector in io.r2dbc.postgresql.codec
Classes in io.r2dbc.postgresql.codec that implement interfaces with type arguments of type VectorModifier and TypeClassDescriptionclassCodec for pgvector.classCodec for pgvector.Methods in io.r2dbc.postgresql.codec that return VectorModifier and TypeMethodDescriptionVectorCodec.decode(io.netty.buffer.ByteBuf buffer, int dataType, io.r2dbc.postgresql.message.Format format, Class<? extends Vector> type) VectorCodec.decode(io.netty.buffer.ByteBuf buffer, PostgresTypeIdentifier dataType, io.r2dbc.postgresql.message.Format format, Class<? extends Vector> type) static VectorVector.empty()Create a new emptyVector.static VectorVector.of(float... vec) Create a newVectorgivenvectorpoints.static VectorVector.of(Collection<? extends Number> vec) Create a newVectorgivenvectorpoints.Methods in io.r2dbc.postgresql.codec with parameters of type VectorMethod parameters in io.r2dbc.postgresql.codec with type arguments of type VectorModifier and TypeMethodDescriptionVectorCodec.decode(io.netty.buffer.ByteBuf buffer, int dataType, io.r2dbc.postgresql.message.Format format, Class<? extends Vector> type) VectorCodec.decode(io.netty.buffer.ByteBuf buffer, PostgresTypeIdentifier dataType, io.r2dbc.postgresql.message.Format format, Class<? extends Vector> type)