MCPcopy Create free account
hub / github.com/MariaDB/server / intersect

Method intersect

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

Source from the content-addressed store, hash-verified

168 buffer[0]= 0;
169 }
170 void intersect(const Bitmap& map2)
171 {
172 for (size_t i= 0; i < ARRAY_ELEMENTS; i++)
173 buffer[i] &= map2.buffer[i];
174 }
175
176private:
177 /*

Callers 15

subst_vcols_in_orderFunction · 0.80
process_index_hintsMethod · 0.80
update_table_bitmapsMethod · 0.80
test_quick_selectMethod · 0.80
update_used_tablesMethod · 0.80
check_sum_funcMethod · 0.80
update_index_hint_mapMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_quick_selectMethod · 0.64
test_if_skip_sort_orderFunction · 0.64
test_if_cheaper_orderingFunction · 0.64