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-4464 Bitwise operations not like in MariaDB
This commit is contained in:
@ -328,6 +328,11 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool fixIfNeeded()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected:
|
||||
// return all flag set if the other column is outer join column (+)
|
||||
bool fReturnAll;
|
||||
|
Reference in New Issue
Block a user