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

Method alloced_length

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

Source from the content-addressed store, hash-verified

191 inline const CHARSET_INFO *charset() const { return str_charset; }
192 inline uint32 length() const { return str_length;}
193 inline uint32 alloced_length() const { return Alloced_length;}
194 inline char& operator [] (uint32 i) const { return Ptr[i]; }
195 inline void length(uint32 len) { str_length=len ; }
196 inline bool is_empty() const { return (str_length == 0); }

Callers 6

val_strMethod · 0.80
alloc_bufferFunction · 0.80
val_strMethod · 0.80
net_store_dataMethod · 0.80
convert_stringMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected