From 87b6d65b9bdd701f88c99670304c805344c7aa7c Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Mon, 12 Feb 2024 13:46:30 +0000 Subject: [PATCH] Remove outdated comment. --- src/Planner/Planner.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Planner/Planner.cpp b/src/Planner/Planner.cpp index efccadcbe1a..bcc42dbae7f 100644 --- a/src/Planner/Planner.cpp +++ b/src/Planner/Planner.cpp @@ -71,7 +71,6 @@ #include #include #include -#include #include #include #include @@ -98,14 +97,6 @@ namespace ErrorCodes extern const int SUPPORT_IS_DISABLED; } -/** ClickHouse query planner. - * - * TODO: Support projections. - * TODO: Support trivial count using partition predicates. - * TODO: Support trivial count for table functions. - * TODO: Support indexes for IN function. - */ - namespace {