mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
6c9dad1786
Specifically, DataConnectorColumnName and DataConnectorName which are wrappers on `SmolStr` and hence cheap to clone. We want to use `Plan` as a physical node in the sql layer but given datafusion's architecture, a physical node cannot contain references. This is a small PR towards this effort. V3_GIT_ORIGIN_REV_ID: 284dcfb4e8e7ce83705b415611c22e8a6e25e4be |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml | ||
readme.md |
execute
Given an already resolved set of metadata, this crate is responsible for taking requests and executing them.