MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / intersect

Method intersect

sql/sql_bitmap.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 void set_all() { bitmap_set_all(&map); }
49 void clear_all() { bitmap_clear_all(&map); }
50 void intersect(const Bitmap& map2) { bitmap_intersect(&map, &map2.map); }
51 void intersect(ulonglong map2buff)
52 {
53 MY_BITMAP map2;

Callers

nothing calls this directly

Calls 2

bitmap_intersectFunction · 0.85
bitmap_initFunction · 0.85

Tested by

no test coverage detected