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

Method transform

sql/item.cc:628–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626*/
627
628Item* Item::transform(THD *thd, Item_transformer transformer, uchar *arg)
629{
630 DBUG_ASSERT(!thd->stmt_arena->is_stmt_prepare());
631
632 return (this->*transformer)(thd, arg);
633}
634
635
636/**

Calls 2

change_item_treeMethod · 0.80
is_stmt_prepareMethod · 0.45

Tested by

no test coverage detected