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