MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / convert_one

Function convert_one

nodedb/src/control/planner/sql_plan_convert/convert.rs:102–109  ·  view source on GitHub ↗
(
    plan: &SqlPlan,
    tenant_id: TenantId,
    ctx: &ConvertContext,
)

Source from the content-addressed store, hash-verified

100}
101
102pub(super) fn convert_one(
103 plan: &SqlPlan,
104 tenant_id: TenantId,
105 ctx: &ConvertContext,
106) -> crate::Result<Vec<PhysicalTask>> {
107 let mut visitor = super::visitor::ConvertVisitor { tenant_id, ctx };
108 nodedb_sql::dispatch(&mut visitor, plan)
109}

Callers 9

convert_lateral_top_kFunction · 0.85
convert_lateral_loopFunction · 0.85
inline_join_sideFunction · 0.85
convertFunction · 0.85
convert_unionFunction · 0.85
convert_intersectFunction · 0.85
convert_exceptFunction · 0.85
convert_cteFunction · 0.85
convert_joinFunction · 0.85

Calls 1

dispatchFunction · 0.50

Tested by

no test coverage detected