duckdb_prepare_substrait_json {duckdb} | R Documentation |
Query DuckDB using Substrait Method for interpreting a Substrait JSON plan as a DuckDB Query Plan It interprets and executes the query.
Description
Query DuckDB using Substrait Method for interpreting a Substrait JSON plan as a DuckDB Query Plan It interprets and executes the query.
Usage
duckdb_prepare_substrait_json(conn, json, arrow = FALSE)
Arguments
conn |
A DuckDB connection, created by |
json |
The Json Query Plan. Qack! |
arrow |
Whether the result should be in Arrow format |
Value
A DuckDB Query Result
[Package duckdb version 1.0.0-2 Index]