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

Method append

sql/item.h:2160–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2158 bool basic_const_item() const { return 1; }
2159
2160 inline void append(char *str, uint length)
2161 {
2162 str_value.append(str, length);
2163 max_length= str_value.numchars() * collation.collation->mbmaxlen;
2164 }
2165 virtual void print(String *str, enum_query_type query_type);
2166 bool check_partition_func_processor(uchar *int_arg) {return FALSE;}
2167

Callers 4

printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45

Calls 1

numcharsMethod · 0.80

Tested by

no test coverage detected