MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / empty_personalization_omits_clause

Function empty_personalization_omits_clause

nodedb-client/src/graph_dsl.rs:127–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125
126 #[test]
127 fn empty_personalization_omits_clause() {
128 let seed = HashMap::new();
129 let sql = build_pagerank_sql("social", Some(&seed), None, None).unwrap();
130 assert_eq!(sql, "GRAPH ALGO PAGERANK ON 'social'");
131 }
132
133 #[test]
134 fn parse_rows_numeric_and_text_rank() {

Callers

nothing calls this directly

Calls 1

build_pagerank_sqlFunction · 0.85

Tested by

no test coverage detected