You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4666 Empty set when using BIT OR and BIT AND functions in WHERE
This commit is contained in:
@ -309,15 +309,6 @@ public:
|
||||
return fFunctor->getTimeIntVal(row, fFunctionParms, isNull, fOperationType);
|
||||
}
|
||||
|
||||
bool fixIfNeeded() override
|
||||
{
|
||||
if (fFixed)
|
||||
return false;
|
||||
if (fFunctor->fix(*this))
|
||||
return true;
|
||||
fFixed = true;
|
||||
return false;
|
||||
}
|
||||
void setFunctor(funcexp::Func* functor)
|
||||
{
|
||||
fFunctor = functor;
|
||||
|
Reference in New Issue
Block a user