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

Method length

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

Source from the content-addressed store, hash-verified

213
214 inline char *str() const { return string.str; }
215 inline size_t length() const { return string.length; }
216 const CHARSET_INFO *charset() const { return cs; }
217
218 friend LEX_STRING * thd_query_string (MYSQL_THD thd);

Callers 4

query_lengthMethod · 0.45
copy_nameMethod · 0.45
createMethod · 0.45
make_user_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected