MCPcopy 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
70fn cat() -> StubCatalog {
71 StubCatalog {
72 view: Some(view()),
73 right_view: Some(view()),
74 }
75}
76
77fn plan_one(sql: &str) -> Result<SqlPlan> {
78 let stmts = parse_sql(sql)?;

Callers 1

plan_oneFunction · 0.70

Calls 1

viewFunction · 0.85

Tested by

no test coverage detected