mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
fix build error
This commit is contained in:
parent
461c2fba8b
commit
1302842c39
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user