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

Method q_append

sql/sql_string.h:457–460  ·  view source on GitHub ↗

The following append operations do NOT check alloced memory q_*** methods writes values of parameters itself qs_*** methods writes string representation of value */

Source from the content-addressed store, hash-verified

455 qs_*** methods writes string representation of value
456 */
457 void q_append(const char c)
458 {
459 Ptr[str_length++] = c;
460 }
461 void q_append(const uint32 n)
462 {
463 int4store(Ptr + str_length, n);

Callers 1

append_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected