MCPcopy 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
999Item::Type Item_subselect::type() const
1000{
1001 return SUBSELECT_ITEM;
1002}
1003
1004
1005bool Item_subselect::fix_length_and_dec()

Callers 9

select_transformerMethod · 0.45
Item_in_subselectMethod · 0.45
Item_allany_subselectMethod · 0.45
partial_matchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected