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

Method bring_value

sql/item.h:1301–1301  ·  view source on GitHub ↗

used in row subselects to get value of elements

Source from the content-addressed store, hash-verified

1299 virtual bool null_inside() { return 0; }
1300 // used in row subselects to get value of elements
1301 virtual void bring_value() {}
1302
1303 virtual Item_field *field_for_view_update() { return 0; }
1304

Callers 3

compare_rowMethod · 0.45
compare_e_rowMethod · 0.45
cmpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected