Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ type
Method
type
sql/item_subselect.cc:999–1002 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
997
998
999
Item::Type Item_subselect::type() const
1000
{
1001
return SUBSELECT_ITEM;
1002
}
1003
1004
1005
bool Item_subselect::fix_length_and_dec()
Callers
9
select_transformer
Method · 0.45
Item_in_subselect
Method · 0.45
Item_allany_subselect
Method · 0.45
create_row_in_to_exists_cond
Method · 0.45
inject_in_to_exists_cond
Method · 0.45
check_equality_for_exist2in
Function · 0.45
find_inner_outer_equalities
Function · 0.45
partial_match
Method · 0.45
init_expr_cache_tracker
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected