Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
628
Item* 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
/**
Callers
9
prepare
Method · 0.45
pushdown_cond_into_where_clause
Method · 0.45
build_pushable_cond_for_having_pushdown
Method · 0.45
pushdown_from_having_into_where
Method · 0.45
transform_condition_or_part
Function · 0.45
pushdown_cond_for_derived
Function · 0.45
setup_subquery_caches
Method · 0.45
substitute_for_best_equal_field
Function · 0.45
pushdown_cond_for_in_subquery
Method · 0.45
Calls
2
change_item_tree
Method · 0.80
is_stmt_prepare
Method · 0.45
Tested by
no test coverage detected