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

Method set_value

sql/item_func.cc:1654–1659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652
1653
1654void Item_user_var_as_out_param::set_value(const char *str, uint length,
1655 const CHARSET_INFO* cs)
1656{
1657 entry->store((void*) str, length, STRING_RESULT, cs,
1658 DERIVATION_IMPLICIT, 0 /* unsigned_arg */);
1659}
1660
1661
1662double Item_user_var_as_out_param::val_real()

Callers 1

evaluateMethod · 0.45

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected