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

Method query

sql/sql_class.h:798–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796 String rewritten_query;
797
798 inline char *query() const { return query_string.str(); }
799 inline uint32 query_length() const { return query_string.length(); }
800 const CHARSET_INFO *query_charset() const { return query_string.charset(); }
801 void set_query_inner(const CSET_STRING &string_arg)

Callers 3

dispatch_commandFunction · 0.45
mysql_parseFunction · 0.45
parse_sqlFunction · 0.45

Calls 1

strMethod · 0.80

Tested by

no test coverage detected