remove anonymous namespace

This commit is contained in:
Yakov Olkhovskiy 2024-11-18 14:46:56 +00:00
parent dd20e9a0f9
commit a21b8c25fb

View File

@ -10,9 +10,6 @@
namespace DB
{
namespace
{
template <typename FunctionNodeType>
inline String getFunctionNameImpl(const FunctionNodeType *);
@ -108,7 +105,6 @@ public:
FunctionSecretArgumentsFinder::Result getResult() const { return result; }
};
}
using FunctionSecretArgumentsFinderTreeNode = FunctionSecretArgumentsFinderTreeNodeImpl<FunctionNode>;
using TableFunctionSecretArgumentsFinderTreeNode = FunctionSecretArgumentsFinderTreeNodeImpl<TableFunctionNode>;