columnq: add `apply_query()` and `exec_query_with_df()` to query::graphql module by hozan23 · Pull Request #348 · roapi/roapi
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`.