Update isConstant.cpp

This commit is contained in:
alexey-milovidov 2020-04-12 04:26:11 +03:00 committed by GitHub
parent 754967bde6
commit 716ddc4580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ namespace DB
{
/// Returns 1 if and only if the argument is constant expression.
/// This function is exists for development, debugging and demonstration purposes.
/// This function exists for development, debugging and demonstration purposes.
class FunctionIsConstant : public IFunction
{
public: