Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
private:
177
/*
Callers
15
subst_vcols_in_order
Function · 0.80
add_ext_keyuse_for_splitting
Function · 0.80
process_index_hints
Method · 0.80
update_table_bitmaps
Method · 0.80
prune_range_rowid_filters
Method · 0.80
test_quick_select
Method · 0.80
sel_trees_have_common_keys
Function · 0.80
update_used_tables
Method · 0.80
estimate_table_group_cardinality
Function · 0.80
check_sum_func
Method · 0.80
update_index_hint_map
Method · 0.80
update_index_hint_maps
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_quick_select
Method · 0.64
test_if_skip_sort_order
Function · 0.64
test_if_cheaper_ordering
Function · 0.64