Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ val_int
Method
val_int
sql/item_func.h:822–823 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
820
public:
821
Item_func_bit_length(Item *a) :Item_func_length(a) {}
822
longlong val_int()
823
{ DBUG_ASSERT(fixed == 1); return Item_func_length::val_int()*8; }
824
const char *func_name() const { return
"bit_length"
; }
825
};
826
Callers
nothing calls this directly
Calls
1
val_int
Function · 0.85
Tested by
no test coverage detected