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

Method shift

sql/item_numconvfunc.cc:445–451  ·  view source on GitHub ↗

Return the current look ahead token and scan the next one */

Source from the content-addressed store, hash-verified

443 Return the current look ahead token and scan the next one
444 */
445 Token shift()
446 {
447 DBUG_ASSERT(!is_error());
448 const Token res= m_look_ahead_token;
449 m_look_ahead_token= get_token(m_cs);
450 return res;
451 }
452
453 THD *thd() const { return m_thd; }
454public:

Callers 1

TokenChoiceMethod · 0.45

Calls 1

get_tokenFunction · 0.85

Tested by

no test coverage detected