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

Method excluded_column

nodedb-query/src/expr/eval.rs:44–49  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

42 }
43
44 fn excluded_column(&self, name: &str) -> Value {
45 match self.excluded_doc {
46 Some(excluded) => excluded.get(name).cloned().unwrap_or(Value::Null),
47 None => Value::Null,
48 }
49 }
50}
51
52impl SqlExpr {

Callers 1

eval_scopeMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected