Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Mar 19, 2024
1 parent 9b806c5 commit 58e0cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckpgq/src/duckpgq/functions/tablefunctions/match.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void PGQMatchFunction::EdgeTypeAny(
union_node->right = std::move(dst_src_select_node);
auto union_select = make_uniq<SelectStatement>();
union_select->node = std::move(union_node);
// (SELECT src, dst, * from edge_table UNION ALL SELECT dst, src, * from edge_table UNION ALL)
// (SELECT src, dst, * from edge_table UNION ALL SELECT dst, src, * from edge_table)
auto union_subquery = make_uniq<SubqueryRef>(std::move(union_select));
union_subquery->alias = edge_binding;
if (from_clause) {
Expand Down

0 comments on commit 58e0cd9

Please sign in to comment.