pub fn cast_to_vector(v: Value) -> Result<Value, EvalError>
Parse a Value::Text("[1.0, 2.0, 3.0]") into a Value::Vector(..). Mirrors pgvector’s '[..]'::vector cast. NULL casts as NULL.
Value::Text("[1.0, 2.0, 3.0]")
Value::Vector(..)
'[..]'::vector