mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-29 09:11:17 +08:00
Added casts between half to double precision [skip ci]
This commit is contained in:
@@ -21,6 +21,9 @@ SELECT 'Infinity'::real::half;
|
||||
SELECT '1.5'::half::real;
|
||||
SELECT '1.5'::real::half;
|
||||
|
||||
SELECT '1.5'::half::double precision;
|
||||
SELECT '1.5'::double precision::half;
|
||||
|
||||
SELECT '1.5'::half::numeric;
|
||||
SELECT '1.5'::numeric::half;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user