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