fn vector_to_float4(v: VectorRef<'_>) -> ListValue
query T SELECT '[1,2,3]'::vector(3)::real[]; ---- {1,2,3}