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

Function build_sql_as_of

nodedb-client/src/remote/client/graph.rs:319–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317
318 #[test]
319 fn build_sql_as_of() {
320 let sql = build_graph_stats_sql(Some("social"), Some(1_700_000_000_000));
321 assert_eq!(
322 sql,
323 "SHOW GRAPH STATS 'social' AS OF SYSTEM TIME 1700000000000"
324 );
325 }
326
327 #[test]
328 fn build_sql_tenant_wide_as_of() {

Callers

nothing calls this directly

Calls 1

build_graph_stats_sqlFunction · 0.85

Tested by

no test coverage detected