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

Method val_real

sql/item.cc:494–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493
494double Item_sp_variable::val_real()
495{
496 DBUG_ASSERT(fixed);
497 Item *it= this_item();
498 double ret= it->val_real();
499 null_value= it->null_value;
500 return ret;
501}
502
503
504longlong Item_sp_variable::val_int()

Callers 5

compare_realMethod · 0.45
compare_e_realMethod · 0.45
compare_real_fixedMethod · 0.45
compare_e_real_fixedMethod · 0.45
do_checkMethod · 0.45

Calls 6

my_decimal2doubleFunction · 0.85
TIME_to_doubleFunction · 0.85
charsetMethod · 0.45
ptrMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected