Learn R Programming

duckdb (version 0.6.2)

duckdb_get_substrait_json: Get the Substrait plan for a SQL query in the JSON format Transforms a SQL query into a vector containing the serialized Substrait query JSON

Description

Get the Substrait plan for a SQL query in the JSON format Transforms a SQL query into a vector containing the serialized Substrait query JSON

Usage

duckdb_get_substrait_json(conn, query)

Value

A vector containing the substrait protobuf JSON

Arguments

conn

A DuckDB connection, created by dbConnect().

query

The query string in SQL