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

Function build_sql_minimal

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

Source from the content-addressed store, hash-verified

93
94 #[test]
95 fn build_sql_minimal() {
96 let sql = build_pagerank_sql("social", None, None, None).unwrap();
97 assert_eq!(sql, "GRAPH ALGO PAGERANK ON 'social'");
98 }
99
100 #[test]
101 fn build_sql_with_iterations_and_damping() {

Callers

nothing calls this directly

Calls 1

build_pagerank_sqlFunction · 0.85

Tested by

no test coverage detected