MCPcopy Create free account
hub / github.com/MariaDB/server / func_bin

Function func_bin

client/mysqltest.cc:6359–6365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6357*/
6358
6359void func_bin(Expression_value args[], int count, Expression_value *result)
6360{
6361 if (count != 1)
6362 die("bin() expects 1 argument, got %d", count);
6363
6364 convert_base_helper(args[0].to_string(), 10, 2, result);
6365}
6366
6367
6368/**

Callers 1

Calls 3

convert_base_helperFunction · 0.85
dieFunction · 0.70
to_stringMethod · 0.45

Tested by

no test coverage detected