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-4030: Fix most of the overloaded-virtual warnings.
This commit is contained in:
@ -164,6 +164,7 @@ public:
|
||||
*/
|
||||
bool operator!=(const ArithmeticColumn& t) const;
|
||||
|
||||
using ReturnedColumn::hasAggregate;
|
||||
virtual bool hasAggregate();
|
||||
virtual bool hasWindowFunc();
|
||||
|
||||
@ -272,6 +273,7 @@ public:
|
||||
|
||||
private:
|
||||
ParseTree* fExpression;
|
||||
using TreeNode::evaluate;
|
||||
void evaluate(rowgroup::Row& row) {}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user