[MDEV-32886] VEC_FromText() and VEC_AsText() functions Created: 2023-11-26  Updated: 2024-02-07

Status: Open
Project: MariaDB Server
Component/s: Server
Fix Version/s: None

Type: New Feature Priority: Major
Reporter: Sergei Golubchik Assignee: Sergei Golubchik
Resolution: Unresolved Votes: 0
Labels: vector

Issue Links:
Relates
relates to MDEV-32885 VEC_DISTANCE() function In Testing
relates to MDEV-32887 k-ANN indexes for vectors In Progress
relates to MDEV-33410 VECTOR data type Open

 Description   

Like ST_GeomFromText(), VEC_FromText() take a string with N floating point numbers (comma separated or not, in square brackets or not) and will return a binary string of N floats.

will return VECTOR(N) value, when we'll have such a type.

Like ST_AsText(), VEC_AsText() will take a binary string of N floats (or a VECTOR(N) value) and will return a text representation of it


Generated at Thu Feb 08 10:34:46 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.