[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: |
|
||||||||||||||||
| 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 |