Fixed style check

This commit is contained in:
Maksim Kita 2021-08-19 01:02:00 +03:00
parent 01682a86b3
commit 4b8aa69e04
3 changed files with 5 additions and 4 deletions

View File

@ -21,8 +21,6 @@ namespace ErrorCodes
{
extern const int UNKNOWN_FUNCTION;
extern const int LOGICAL_ERROR;
extern const int FUNCTION_ALREADY_EXISTS;
extern const int CANNOT_DROP_SYSTEM_FUNCTION;
}
const String & getFunctionCanonicalNameIfAny(const String & name)

View File

@ -119,7 +119,6 @@ SRCS(
URL/registerFunctionsURL.cpp
URL/tldLookup.generated.cpp
URL/topLevelDomain.cpp
UserDefinedFunction.cpp
abs.cpp
acos.cpp
acosh.cpp

View File

@ -91,6 +91,7 @@ SRCS(
InterpreterKillQueryQuery.cpp
InterpreterOptimizeQuery.cpp
InterpreterRenameQuery.cpp
InterpreterSelectIntersectExceptQuery.cpp
InterpreterSelectQuery.cpp
InterpreterSelectWithUnionQuery.cpp
InterpreterSetQuery.cpp
@ -144,6 +145,7 @@ SRCS(
RewriteFunctionToSubcolumnVisitor.cpp
RewriteSumIfFunctionVisitor.cpp
RowRefs.cpp
SelectIntersectExceptQueryVisitor.cpp
Set.cpp
SetVariants.cpp
SortedBlocksWriter.cpp
@ -159,7 +161,9 @@ SRCS(
TranslateQualifiedNamesVisitor.cpp
TreeOptimizer.cpp
TreeRewriter.cpp
UserDefinedObjectsOnDisk.cpp
UserDefinedFunctionFactory.cpp
UserDefinedFunctionsVisitor.cpp
UserDefinedObjectsLoader.cpp
WindowDescription.cpp
ZooKeeperLog.cpp
addMissingDefaults.cpp