Miscellaneous [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-02-10 12:07:27 +03:00
parent c4ff9b52e9
commit 74cef1d69e

View File

@ -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<AggregateFunctionCountData>
{
public: