Remove outdated comment.

This commit is contained in:
Nikolai Kochetov 2024-02-12 13:46:30 +00:00
parent fd2ee19f65
commit 87b6d65b9b

View File

@ -71,7 +71,6 @@
#include <Planner/PlannerAggregation.h>
#include <Planner/PlannerSorting.h>
#include <Planner/PlannerWindowFunctions.h>
#include <Planner/ActionsChain.h>
#include <Planner/CollectSets.h>
#include <Planner/CollectTableExpressionData.h>
#include <Planner/PlannerJoinTree.h>
@ -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
{