graphql-engine/v3/crates/execute/src
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
..
explain Split out IR crate (#909) 2024-07-30 15:03:49 +00:00
ndc sql crate now executes via plan and decouples from NDC types (#873) 2024-07-24 11:37:44 +00:00
plan Remove references to 'SmolStr's in QueryNode (#934) 2024-08-06 15:30:59 +00:00
remote_joins Split out IR crate (#909) 2024-07-30 15:03:49 +00:00
error.rs Split out IR crate (#909) 2024-07-30 15:03:49 +00:00
explain.rs Remove NDC types from ir and plan and perform separate plan->NDC mapping per NDC version (#845) 2024-07-24 07:28:50 +00:00
lib.rs engine: add operation_name attribute to execute_query (#913) 2024-08-02 17:52:47 +00:00
ndc.rs Handle multiple ndc-model versions during query planning and execution (#790) 2024-07-03 08:32:37 +00:00
plan.rs simplify the sql context that powers datafusion (#921) 2024-08-01 21:28:32 +00:00
process_response.rs Split out IR crate (#909) 2024-07-30 15:03:49 +00:00
query_usage.rs Fix permission filter usage reporting in query analytics (#933) 2024-08-06 05:57:25 +00:00
remote_joins.rs Split out IR crate (#909) 2024-07-30 15:03:49 +00:00