Fix style

This commit is contained in:
Vladimir C 2022-12-29 11:21:29 +01:00 committed by vdimir
parent 6c5b4458cb
commit eed2a29524
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -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