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