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

Method execute

nodedb/src/data/executor/dispatch/mod.rs:30–32  ·  view source on GitHub ↗

Execute a physical plan. Dispatches to the appropriate sub-dispatcher.

(&mut self, task: &ExecutionTask)

Source from the content-addressed store, hash-verified

28impl CoreLoop {
29 /// Execute a physical plan. Dispatches to the appropriate sub-dispatcher.
30 pub(in crate::data::executor) fn execute(&mut self, task: &ExecutionTask) -> Response {
31 self.execute_plan(task, task.plan())
32 }
33
34 /// Execute an arbitrary physical plan (used for inline sub-plans in multi-way joins).
35 pub(in crate::data::executor) fn execute_plan(

Callers 2

execute_tx_sub_planMethod · 0.45
poll_oneMethod · 0.45

Calls 2

planMethod · 0.80
execute_planMethod · 0.45

Tested by

no test coverage detected