mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
remove anonymous namespace
This commit is contained in:
parent
dd20e9a0f9
commit
a21b8c25fb
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user