mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-29 17:21:16 +08:00
Improved sparsevec input test [skip ci]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SELECT '{1:1.5,3:3.5}/5'::sparsevec;
|
||||
SELECT '{1:1.5,3:3.5}/5'::sparsevec::vector;
|
||||
SELECT ' { 1 : 1.5 , 3 : 3.5 }/5 '::sparsevec;
|
||||
|
||||
SELECT ''::sparsevec;
|
||||
SELECT '{'::sparsevec;
|
||||
|
||||
Reference in New Issue
Block a user