mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Reworking ExpressionAnalyzer (preparations) [#METR-20307].
This commit is contained in:
parent
c63882f048
commit
76b06c3d42
@ -292,7 +292,6 @@ static void processImpl(
|
||||
if (!literal && !identifier && !function && !subquery)
|
||||
return;
|
||||
|
||||
/// TODO Scalar subqueries.
|
||||
/// TODO Subqueries in IN.
|
||||
|
||||
/// Same expression is already processed.
|
||||
|
Loading…
Reference in New Issue
Block a user