Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ print
Method
print
sql/item_timefunc.cc:746–751 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
744
745
746
void Item_date_literal::print(String *str, enum_query_type query_type)
747
{
748
str->append(
"DATE'"
);
749
str->append(cached_time.cptr());
750
str->append(
'\'
');
751
}
752
753
754
Callers
nothing calls this directly
Calls
4
cptr
Method · 0.80
append_parenthesized
Method · 0.80
func_name
Function · 0.70
append
Method · 0.45
Tested by
no test coverage detected