Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ cat
Function
cat
nodedb-sql/src/planner/array_fn/tests.rs:70–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
fn cat() -> StubCatalog {
71
StubCatalog {
72
view: Some(view()),
73
right_view: Some(view()),
74
}
75
}
76
77
fn plan_one(sql: &str) -> Result<SqlPlan> {
78
let stmts = parse_sql(sql)?;
Callers
1
plan_one
Function · 0.70
Calls
1
view
Function · 0.85
Tested by
no test coverage detected