aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Storages/removeGroupingFunctionSpecializations.h
blob: 878b87abce750f2793a6f45a575331613410ec21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <Analyzer/IQueryTreeNode.h>

namespace DB
{

void removeGroupingFunctionSpecializations(QueryTreeNodePtr & node);

}