Error 4204: Invalid binary vector format
Error Code
SQLSTATE
Error
Description
Possible Causes and Solutions
Argument is not a Valid Binary Vector
SELECT VEC_ToText(x'aabbcc');
+-----------------------+
| VEC_ToText(x'aabbcc') |
+-----------------------+
| NULL |
+-----------------------+
1 row in set, 1 warning (0.000 sec)
Warning (Code 4204): Invalid binary vector format. Must use IEEE standard float
representation in little-endian format. Use VEC_FromText() to generate it.SELECT VEC_ToText(x'e360d63ebe554f3fcdbc523f4522193f5236083d');
+---------------------------------------------------------+
| VEC_ToText(x'e360d63ebe554f3fcdbc523f4522193f5236083d') |
+---------------------------------------------------------+
| [0.418708,0.809902,0.823193,0.598179,0.033255] |
+---------------------------------------------------------+PreviousError 4203: Values were longer than max_sort_length. Sorting used only the first bytesNextError 4205: Invalid vector format at offset
Last updated
Was this helpful?

