Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ column
Method
column
nodedb-query/src/expr/eval.rs:33–35 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
31
32
impl<
'a> RowScope<'
a> {
33
fn column(&self, name: &str) -> Value {
34
self.new_doc.get(name).cloned().unwrap_or(Value::Null)
35
}
36
37
fn old_column(&self, name: &str) -> Value {
38
match self.old_doc {
Callers
1
eval_scope
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected