mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update ExpressionActions.h
This commit is contained in:
parent
54fd9ce76b
commit
7c47a964cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user