MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / finalize

Method finalize

graphlite/src/plan/trace.rs:116–123  ·  view source on GitHub ↗

Finalize the trace with the final plans

(self, logical_plan: LogicalPlan, physical_plan: PhysicalPlan)

Source from the content-addressed store, hash-verified

114
115 /// Finalize the trace with the final plans
116 pub fn finalize(self, logical_plan: LogicalPlan, physical_plan: PhysicalPlan) -> PlanTrace {
117 PlanTrace {
118 steps: self.steps,
119 total_duration: self.start_time.elapsed(),
120 logical_plan,
121 physical_plan,
122 }
123 }
124
125 /// Trace a simple step with timing
126 pub fn trace_step(

Callers 1

plan_query_with_traceMethod · 0.80

Calls 1

elapsedMethod · 0.80

Tested by

no test coverage detected