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

Method columnar

nodedb/src/data/executor/dispatch/visitor.rs:65–67  ·  view source on GitHub ↗
(&mut self, op: &ColumnarOp)

Source from the content-addressed store, hash-verified

63 }
64
65 fn columnar(&mut self, op: &ColumnarOp) -> Result<Response, Self::Error> {
66 Ok(self.core_loop.dispatch_columnar(self.task, op))
67 }
68
69 fn timeseries(&mut self, op: &TimeseriesOp) -> Result<Response, Self::Error> {
70 Ok(self.core_loop.dispatch_timeseries(self.task, op))

Callers

nothing calls this directly

Calls 1

dispatch_columnarMethod · 0.80

Tested by

no test coverage detected