Learn R Programming

duckdb (version 0.6.2)

duckdb_get_substrait: Get the Substrait plan for a SQL query Transforms a SQL query into a raw vector containing the serialized Substrait query blob

Description

Get the Substrait plan for a SQL query Transforms a SQL query into a raw vector containing the serialized Substrait query blob

Usage

duckdb_get_substrait(conn, query)

Value

A raw vector containing the substrait protobuf blob

Arguments

conn

A DuckDB connection, created by dbConnect().

query

The query string in SQL