duckdb_prepare_substrait: Query DuckDB using Substrait Method for interpreting a...

View source: R/substrait.R

duckdb_prepare_substraitR Documentation

Query DuckDB using Substrait Method for interpreting a Substrait BLOB plan as a DuckDB Query Plan It interprets and executes the query.

Description

Query DuckDB using Substrait Method for interpreting a Substrait BLOB plan as a DuckDB Query Plan It interprets and executes the query.

Usage

duckdb_prepare_substrait(conn, query, arrow = FALSE)

Arguments

conn

A DuckDB connection, created by dbConnect().

query

The Protobuf-encoded Substrait Query Plan. Qack!

arrow

Whether the result should be in Arrow format

Value

A DuckDB Query Result


duckdb documentation built on Nov. 17, 2023, 5:08 p.m.