mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update DataTypeDomainSimpleAggregateFunction.cpp
This commit is contained in:
parent
c1ea15f0bb
commit
e4b93f092b
@ -30,8 +30,8 @@ namespace ErrorCodes
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
const std::vector<String> supported_functions = std::vector<String>(
|
||||
{"any", "anyLast", "min", "max", "sum"});
|
||||
static const std::initializer_list<String> supported_functions = std::vector<String>(
|
||||
{"any", "anyLast", "min", "max", "sum"});
|
||||
|
||||
|
||||
String DataTypeDomainSimpleAggregateFunction::doGetName() const
|
||||
|
Loading…
Reference in New Issue
Block a user