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

Method plan_merge

nodedb-sql/src/engine_rules/kv.rs:124–131  ·  view source on GitHub ↗
(&self, p: MergeParams)

Source from the content-addressed store, hash-verified

122 }
123
124 fn plan_merge(&self, p: MergeParams) -> Result<Vec<SqlPlan>> {
125 Err(SqlError::Unsupported {
126 detail: format!(
127 "MERGE is not supported on key-value collection '{}'",
128 p.collection
129 ),
130 })
131 }
132}

Callers 1

plan_mergeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected