graphql-engine/v3/crates/execute
Vamshi Surabhi 6c9dad1786 Remove references to 'SmolStr's in QueryNode (#934)
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
2024-08-06 15:30:59 +00:00
..
benches Semicolons, everywhere! (#700) 2024-06-11 15:33:32 +00:00
src Remove references to 'SmolStr's in QueryNode (#934) 2024-08-06 15:30:59 +00:00
tests Fix permission filter usage reporting in query analytics (#933) 2024-08-06 05:57:25 +00:00
Cargo.toml Split out IR crate (#909) 2024-07-30 15:03:49 +00:00
readme.md Split out execute crate (#588) 2024-05-17 14:42:23 +00:00

execute

Given an already resolved set of metadata, this crate is responsible for taking requests and executing them.