mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed style checker complaint
This commit is contained in:
parent
e05e2c7628
commit
0aa4c85602
@ -40,7 +40,8 @@ namespace
|
||||
class FirstNonDeterministicFuncMatcher
|
||||
{
|
||||
public:
|
||||
struct Data {
|
||||
struct Data
|
||||
{
|
||||
const Context & context;
|
||||
std::optional<String> nondeterministic_function_name;
|
||||
};
|
||||
@ -68,8 +69,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
using FirstNonDeterministicFuncFinder =
|
||||
InDepthNodeVisitor<FirstNonDeterministicFuncMatcher, true>;
|
||||
using FirstNonDeterministicFuncFinder = InDepthNodeVisitor<FirstNonDeterministicFuncMatcher, true>;
|
||||
|
||||
std::optional<String> findFirstNonDeterministicFuncName(const MutationCommand & command, const Context & context)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user