mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 12:32:04 +00:00
Fix warning
This commit is contained in:
parent
2ed4d3e8e6
commit
44a9facdf2
@ -30,7 +30,7 @@ public:
|
|||||||
, match_function_ref(_match_function_ref)
|
, match_function_ref(_match_function_ref)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
bool needChildVisit(VisitQueryTreeNodeType & parent, VisitQueryTreeNodeType &)
|
static bool needChildVisit(VisitQueryTreeNodeType & parent, VisitQueryTreeNodeType &)
|
||||||
{
|
{
|
||||||
ContextPtr context;
|
ContextPtr context;
|
||||||
if (auto * query = parent->as<QueryNode>())
|
if (auto * query = parent->as<QueryNode>())
|
||||||
|
Loading…
Reference in New Issue
Block a user