MCPcopy Create free account
hub / github.com/apache/datafusion / test_one

Function test_one

datafusion/functions-aggregate/src/hyperloglog.rs:298–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296
297 #[test]
298 fn test_one() {
299 let mut hll = HyperLogLog::<u64>::new();
300 hll.add(&1);
301 assert_eq!(hll.count(), 1);
302 }
303
304 #[test]
305 fn test_number_100() {

Callers

nothing calls this directly

Calls 2

newFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…