MCPcopy 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
746void 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

cptrMethod · 0.80
append_parenthesizedMethod · 0.80
func_nameFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected