We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea50019 commit 87c529bCopy full SHA for 87c529b
1 file changed
src/parser/mod.rs
@@ -9965,7 +9965,7 @@ impl<'a> Parser<'a> {
9965
})
9966
}
9967
9968
- /// Parse set quantifier for pipe operators that require DISTINCT (INTERSECT, EXCEPT)
+ /// Parse set quantifier for pipe operators that require DISTINCT. E.g. INTERSECT and EXCEPT
9969
fn parse_distinct_required_set_quantifier(
9970
&mut self,
9971
operator_name: &str,
0 commit comments