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

Method walk

sql/item_subselect.cc:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool Item_subselect::walk(Item_processor processor, bool walk_subquery,
173 uchar *argument)
174{
175 return walk_body(processor, walk_subquery, argument);
176}
177
178
179/**

Callers 2

walk_join_conditionMethod · 0.45
walk_bodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected