roapi/columnq
hozan23 e282c6c1d1
columnq: add apply_query() and exec_query_with_df() to query::graphql module (#348)
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.
2024-10-20 17:09:06 -07:00
..
src columnq: add apply_query() and exec_query_with_df() to query::graphql module (#348) 2024-10-20 17:09:06 -07:00
tests bump datafusion to 35 and arrow to 50 (#320) 2024-03-24 15:58:36 -07:00
Cargo.toml bump object_store and, arrow (52) and datafusion (39) (#341) 2024-08-04 20:18:35 -07:00