Query DuckDB using Substrait Method for interpreting a Substrait BLOB plan as a DuckDB Query Plan It interprets and executes the query.
duckdb_prepare_substrait(conn, query, arrow = FALSE)
A DuckDB Query Result
A DuckDB connection, created by dbConnect()
.
The Protobuf-encoded Substrait Query Plan. Qack!
Whether the result should be in Arrow format