From 7c47a964cfb5aa94d49e0749b1f0d163b13450c2 Mon Sep 17 00:00:00 2001 From: Nikolai Kochetov Date: Fri, 26 Jun 2020 15:24:13 +0300 Subject: [PATCH] Update ExpressionActions.h --- src/Interpreters/ExpressionActions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpreters/ExpressionActions.h b/src/Interpreters/ExpressionActions.h index 06b847a6c93..1aae3f5e021 100644 --- a/src/Interpreters/ExpressionActions.h +++ b/src/Interpreters/ExpressionActions.h @@ -206,7 +206,7 @@ public: /// Execute the expression on the block. The block must contain all the columns returned by getRequiredColumns. void execute(Block & block, bool dry_run = false) const; - /// Execute the expression on the block with continuation. + /// Execute the expression on the block with continuation. This method in only supported for single JOIN. void execute(Block & block, ExtraBlockPtr & not_processed) const; bool hasJoinOrArrayJoin() const;