[MDEV-32885] VEC_DISTANCE() function Created: 2023-11-26 Updated: 2024-02-07 |
|
| Status: | In Testing |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | 11.5 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | vector | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
VEC_DISTANCE() function that takes two binary strings (which are vectors of floats of the same length) and computes Euclidean distance between two multi-dimensional points, much like ST_DISTANCE() does. it'll also work on the VECTOR(N) data type, when we'll have one |