MCPcopy Create free account
hub / github.com/MariaDB/server / ptr

Method ptr

sql/sql_type.h:3722–3722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3720 LEX_CSTRING(lcs)
3721 { }
3722 const char *ptr() const { return LEX_CSTRING::str; }
3723 uint length() const { return (uint) LEX_CSTRING::length; }
3724 const LEX_CSTRING &lex_cstring() const { return *this; }
3725 bool eq(const LEX_CSTRING &other) const

Callers 12

Temporal_hybridMethod · 0.45
to_stringMethod · 0.45
to_stringMethod · 0.45
to_stringMethod · 0.45
to_stringMethod · 0.45
to_stringMethod · 0.45
sortcmpMethod · 0.45
null_ptrMethod · 0.45
set_nameMethod · 0.45
create_literal_itemMethod · 0.45
Item_eq_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected