From 74cef1d69eca08eb48f4a50ec38034653138336f Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 10 Feb 2017 12:07:27 +0300 Subject: [PATCH] Miscellaneous [#CLICKHOUSE-2]. --- dbms/include/DB/AggregateFunctions/AggregateFunctionCount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/include/DB/AggregateFunctions/AggregateFunctionCount.h b/dbms/include/DB/AggregateFunctions/AggregateFunctionCount.h index e979666fea0..b23029ecc2d 100644 --- a/dbms/include/DB/AggregateFunctions/AggregateFunctionCount.h +++ b/dbms/include/DB/AggregateFunctions/AggregateFunctionCount.h @@ -112,7 +112,7 @@ public: }; -/// Count number of calls with all arguments are not NULL. +/// Count number of calls where all arguments are not NULL. class AggregateFunctionCountNotNullVariadic final : public IAggregateFunctionHelper { public: