Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ where_fn
Function
where_fn
nodedb-sql/src/resolver/expr/tests.rs:398–400 ·
view source on GitHub ↗
(sql: &str)
Source
from the content-addressed store, hash-verified
396
// ── FTS operator / function lowering tests ────────────────────────────────
397
398
fn where_fn(sql: &str) -> SqlExpr {
399
where_sql_expr(sql)
400
}
401
402
#[test]
403
fn at_at_lowers_to_pg_fts_match() {
Callers
2
at_at_lowers_to_pg_fts_match
Function · 0.85
at_at_with_plainto_tsquery
Function · 0.85
Calls
1
where_sql_expr
Function · 0.85
Tested by
no test coverage detected