MCPcopy 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
398fn where_fn(sql: &str) -> SqlExpr {
399 where_sql_expr(sql)
400}
401
402#[test]
403fn at_at_lowers_to_pg_fts_match() {

Callers 2

Calls 1

where_sql_exprFunction · 0.85

Tested by

no test coverage detected