Get the Substrait plan for a SQL query Transforms a SQL query into a raw vector containing the serialized Substrait query blob
duckdb_get_substrait(conn, query)
A raw vector containing the substrait protobuf blob
A DuckDB connection, created by dbConnect()
.
The query string in SQL