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

Method query_length

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

Source from the content-addressed store, hash-verified

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)
802 {

Callers 1

dispatch_commandFunction · 0.45

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected