Reworking ExpressionAnalyzer (preparations) [#METR-20307].

This commit is contained in:
Alexey Milovidov 2017-01-05 14:03:59 +03:00
parent c63882f048
commit 76b06c3d42

View File

@ -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.