You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
MCOL-4030: Fix most of the overloaded-virtual warnings.
This commit is contained in:
@@ -1096,9 +1096,12 @@ public:
|
||||
const std::vector<SP_ROWAGG_FUNC_t>& funct);
|
||||
|
||||
void setInputOutput(const RowGroup& pRowGroupIn, RowGroup* pRowGroupOut);
|
||||
using RowAggregationDistinct::addRowGroup;
|
||||
void addRowGroup(const RowGroup* pRowGroupIn);
|
||||
|
||||
using RowAggregationDistinct::doDistinctAggregation;
|
||||
virtual void doDistinctAggregation();
|
||||
using RowAggregationDistinct::doDistinctAggregation_rowVec;
|
||||
virtual void doDistinctAggregation_rowVec(std::vector<std::vector<Row::Pointer> >& inRows);
|
||||
|
||||
inline virtual RowAggregationMultiDistinct* clone() const
|
||||
|
||||
Reference in New Issue
Block a user