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

Function pred

nodedb-array/src/segment/mbr_index/build.rs:152–157  ·  view source on GitHub ↗
(lo: i64, hi: i64)

Source from the content-addressed store, hash-verified

150 }
151
152 fn pred(lo: i64, hi: i64) -> MbrQueryPredicate {
153 MbrQueryPredicate::new(vec![DimPredicate {
154 lo: Some(DomainBound::Int64(lo)),
155 hi: Some(DomainBound::Int64(hi)),
156 }])
157 }
158
159 #[test]
160 fn empty_tree_returns_empty_query() {

Callers 8

wait_forFunction · 0.50
wait_for_asyncFunction · 0.50
array_anyFunction · 0.50
pollFunction · 0.50
wait_forFunction · 0.50
tenant_rowsFunction · 0.50

Calls

no outgoing calls

Tested by 5

pollFunction · 0.40
wait_forFunction · 0.40
tenant_rowsFunction · 0.40