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

Method exec_agg

nodedb-cluster/src/distributed_array/handler.rs:290–292  ·  view source on GitHub ↗
(&self, _req: &ArrayShardAggReq)

Source from the content-addressed store, hash-verified

288 }
289
290 async fn exec_agg(&self, _req: &ArrayShardAggReq) -> Result<Vec<ArrayAggPartial>> {
291 Ok(self.partials.clone())
292 }
293
294 async fn exec_put(&self, req: &ArrayShardPutReq) -> Result<u64> {
295 Ok(req.wal_lsn)

Callers 1

handle_aggFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected