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

Method Item_case_expr

sql/item.cc:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624*****************************************************************************/
625
626Item_case_expr::Item_case_expr(uint case_expr_id)
627 :Item_sp_variable(Name_string(C_STRING_WITH_LEN("case_expr"))),
628 m_case_expr_id(case_expr_id)
629{
630}
631
632void Item_case_expr::print(String *str, enum_query_type)
633{

Callers

nothing calls this directly

Calls 1

Name_stringClass · 0.85

Tested by

no test coverage detected