1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2026-01-06 08:21:10 +03:00

add solution only for the example

This commit is contained in:
mariadb-KristinaPavlova
2025-08-12 13:17:49 +03:00
committed by drrtuy
parent 98a301c1c5
commit 011a1edabb

View File

@@ -251,8 +251,11 @@ void gp_walk(const Item* item, void* arg)
Item* ncitem = const_cast<Item*>(item);
Item_func* ifp = static_cast<Item_func*>(ncitem);
std::string funcName = ifp->func_name();
if(ifp->arguments()[0] != nullptr && ifp->arguments()[0]->type()!= Item::FIELD_ITEM)
{
return;
}
if (!gwip->condPush)
{
if (!ifp->fixed())