From 0c49f72433ebc693825587983f1707c3c09b6c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Tue, 17 Oct 2023 16:08:50 +0200 Subject: [PATCH] Tidy --- src/Planner/PlannerJoinTree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Planner/PlannerJoinTree.cpp b/src/Planner/PlannerJoinTree.cpp index 1e4c51dda59..53d61fd2eb8 100644 --- a/src/Planner/PlannerJoinTree.cpp +++ b/src/Planner/PlannerJoinTree.cpp @@ -526,7 +526,7 @@ FilterDAGInfo buildAdditionalFiltersIfNeeded(const StoragePtr & storage, return buildFilterInfo(additional_filter_ast, table_expression_query_info.table_expression, planner_context); } -static UInt64 mainQueryNodeBlockSizeByLimit(const SelectQueryInfo & select_query_info) +UInt64 mainQueryNodeBlockSizeByLimit(const SelectQueryInfo & select_query_info) { auto const & main_query_node = select_query_info.query_tree->as();