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

Method qs_append

sql/sql_string.cc:700–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700void String::qs_append(const char *str, uint32 len)
701{
702 memcpy(Ptr + str_length, str, len + 1);
703 str_length += len;
704}
705
706void String::qs_append(double d)
707{

Callers 2

printMethod · 0.45
as_wktMethod · 0.45

Calls 2

my_gcvtFunction · 0.85
int10_to_strFunction · 0.85

Tested by

no test coverage detected