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

Method val_decimal

sql/item.cc:550–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548
549
550my_decimal *Item_sp_variable::val_decimal(my_decimal *decimal_value)
551{
552 DBUG_ASSERT(fixed);
553 Item *it= this_item();
554 my_decimal *val= it->val_decimal(decimal_value);
555 null_value= it->null_value;
556 return val;
557}
558
559
560

Callers 2

compare_decimalMethod · 0.45
compare_e_decimalMethod · 0.45

Calls 5

int2my_decimalFunction · 0.85
double2my_decimalFunction · 0.85
string2my_decimalFunction · 0.85
date2my_decimalFunction · 0.85
val_intFunction · 0.85

Tested by

no test coverage detected