mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Remove outdated comment.
This commit is contained in:
parent
fd2ee19f65
commit
87b6d65b9b
@ -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
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user