Don't force users to use `duckdb::Result`
andrewhamon opened this issue · comments
Rows.map requires the use of duckdb::Result.
Mapping a row to a value in my code might fail for reasons specific to my application, but the API of map prevents me from expressing that (or forces an awkward workaround).