mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update ExpressionAnalyzer.h
This commit is contained in:
parent
1d170ed607
commit
cdaa913d1f
@ -222,7 +222,7 @@ private:
|
||||
/**
|
||||
* Checks if subquery is not a plain StorageSet.
|
||||
* Because while making set we will read data from StorageSet which is not allowed.
|
||||
* Returns valid SetPtr from StorageSet if last is used after IN or nullptr otherwise.
|
||||
* Returns valid SetPtr from StorageSet if the latter is used after IN or nullptr otherwise.
|
||||
*/
|
||||
SetPtr isPlainStorageSetInSubquery(const ASTPtr & subquery_of_table_name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user