Skip to content

Conversation

pdet
Copy link
Contributor

@pdet pdet commented Dec 6, 2022

This PR adds the substrait calls that already existed in the Python/R APIs to the C API.

It also adds the from_substrait_json to all 3 APIs.

The tests for all of this have been added on the following PR:
substrait-io/duckdb-substrait-extension#17

Note that for that PR to pass, this first needs to be merged.

#' It interprets and executes the query.
#'
#' @param conn A DuckDB connection, created by `dbConnect()`.
#' @param json The Json Query Plan. Qack!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#' @param json The Json Query Plan. Qack!
#' @param json The Json Query Plan. Quack!

@Mytherin Mytherin merged commit afeda73 into duckdb:master Dec 7, 2022
@Mytherin
Copy link
Collaborator

Mytherin commented Dec 7, 2022

Thanks!

@pdet pdet deleted the substrait_api branch June 27, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants