mirror of
https://github.com/roapi/roapi.git
synced 2026-06-11 21:00:56 +08:00
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. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||