mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fixing typo
This commit is contained in:
parent
82b2adef97
commit
bcccbe2b19
@ -14,7 +14,7 @@ struct SelectQueryOptions;
|
||||
*/
|
||||
void collectSets(const QueryTreeNodePtr & node, PlannerContext & planner_context);
|
||||
|
||||
/// Build subqiery which we execute for IN function.
|
||||
/// Build subquery which we execute for IN function.
|
||||
/// It is needed to support `IN table` case.
|
||||
QueryTreeNodePtr makeExecutableSubqueryForIn(const QueryTreeNodePtr & in_second_argument, const ContextPtr & context);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user