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

Method Parser

sql/item_numconvfunc.cc:381–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379public:
380
381 Parser()
382 :Tokenizer(&my_charset_bin, null_clex_str),
383 m_thd(nullptr),
384 m_look_ahead_token(Token()),
385 m_func_name(null_clex_str),
386 m_start(nullptr),
387 m_error(true)
388 { }
389
390 Parser(THD *thd, const LEX_CSTRING func_name,
391 CHARSET_INFO *cs, const LEX_CSTRING &str)

Callers

nothing calls this directly

Calls 2

get_tokenFunction · 0.85
TokenClass · 0.70

Tested by

no test coverage detected