fix build error

This commit is contained in:
JackyWoo 2023-08-02 18:33:31 +08:00
parent 461c2fba8b
commit 1302842c39

View File

@ -93,7 +93,7 @@ public:
using Base = InDepthQueryTreeVisitorWithContext<EliminateFunctionVisitor>;
using Base::Base;
using GroupByKeysStack = std::vector<const QueryTreeNodes>;
using GroupByKeysStack = std::vector<QueryTreeNodes>;
void enterImpl(QueryTreeNodePtr & node)
{