Learn R Programming

duckdb (version 0.10.0)

duckdb_prepare_substrait_json: 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)

Value

A DuckDB Query Result

Arguments

conn

A DuckDB connection, created by dbConnect().

json

The Json Query Plan. Qack!

arrow

Whether the result should be in Arrow format