MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / TestFastAggregations

Function TestFastAggregations

aggregation_test.go:261–263  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

259}
260
261func TestFastAggregations(t *testing.T) {
262 testAggregations(t, FastAnd, FastOr, nil)
263}
264
265func TestHeapAggregations(t *testing.T) {
266 testAggregations(t, nil, HeapOr, HeapXor)

Callers

nothing calls this directly

Calls 1

testAggregationsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…