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

Method val_int

sql/item.cc:504–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502
503
504longlong Item_sp_variable::val_int()
505{
506 DBUG_ASSERT(fixed);
507 Item *it= this_item();
508 longlong ret= it->val_int();
509 null_value= it->null_value;
510 return ret;
511}
512
513
514String *Item_sp_variable::val_str(String *sp)

Callers 10

init_col_valMethod · 0.45
check_charsetFunction · 0.45
check_collation_not_nullFunction · 0.45
check_localeFunction · 0.45
do_checkMethod · 0.45
do_checkMethod · 0.45
do_checkMethod · 0.45
do_checkMethod · 0.45
set_from_user_varMethod · 0.45

Calls 7

my_decimal2intFunction · 0.85
rintFunction · 0.85
TIME_to_ulonglong_roundFunction · 0.85
charsetMethod · 0.45
ptrMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected