Skip to content

Conversation

@hozan23
Copy link
Contributor

@hozan23 hozan23 commented Oct 20, 2024

Hello,

This PR exposes two functions from the columnq::query::graphql module:

  • apply_query()
  • exec_query_with_df()

These functions are similar to query_to_df() and exec_query(), but they accept a DataFrame instead of a SessionContext.

This is useful for defining rules directly within a DataFrame without modifying the table schema in DataFusion's session context.

@houqp houqp merged commit e282c6c into roapi:main Oct 21, 2024
houqp pushed a commit that referenced this pull request Oct 21, 2024
…t module (#349)

Following this PR #348 

This PR exposes two functions from the columnq::query::rest module:

    apply_query()
    exec_query_with_df()

This PR also includes breaking changes to ensure consistency with the
function names in the `columnq::query::graphql` module. I renamed the
function `query_table` to `exec_table_query`.
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.

2 participants