Open 0x1997 opened 5 months ago
Is there a way to get a Vec from an array column?
Vec
I think you can decode it as an Value::List: https://docs.rs/duckdb/latest/duckdb/types/enum.Value.html#variant.List
Value::List
Is there a way to get a
Vec
from an array column?