Fixing typo

This commit is contained in:
Nikolai Kochetov 2024-04-08 14:54:36 +00:00
parent 82b2adef97
commit bcccbe2b19

View File

@ -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);