mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Fix style
This commit is contained in:
parent
6c5b4458cb
commit
eed2a29524
@ -20,7 +20,7 @@ public:
|
||||
, planner_context(planner_context_)
|
||||
{}
|
||||
|
||||
bool needChildVisit(VisitQueryTreeNodeType & parent [[maybe_unused]], VisitQueryTreeNodeType & child [[maybe_unused]])
|
||||
static bool needChildVisit(VisitQueryTreeNodeType &, VisitQueryTreeNodeType & child)
|
||||
{
|
||||
const auto & node_type = child->getNodeType();
|
||||
return node_type != QueryTreeNodeType::TABLE
|
||||
|
Loading…
Reference in New Issue
Block a user