pub fn lower_target_plan(
plan: &TargetPlan,
) -> Result<ExecutableTargetPlan, TargetPlanGap>Expand description
Lower every semantic axis independently into the runtime target algebra.
ยงErrors
Returns a gap when the runtime cannot represent a semantic operation or fallback.