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

Method ptr

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

Routines to access the value and its type */

Source from the content-addressed store, hash-verified

3568
3569 /* Routines to access the value and its type */
3570 const char *ptr() const { return m_ptr; }
3571 ulong length() const { return m_length; }
3572 Item_result type() const { return m_type; }
3573 /* Item-alike routines to access the value */

Callers 2

make_user_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected