We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bbbd4 commit e78e8d1Copy full SHA for e78e8d1
1 file changed
src/ast/query.rs
@@ -2877,8 +2877,6 @@ impl PipeOperator {
2877
) -> fmt::Result {
2878
write!(f, "{}", operation)?;
2879
match set_quantifier {
2880
- SetQuantifier::All => write!(f, " ALL")?,
2881
- SetQuantifier::Distinct => write!(f, " DISTINCT")?,
2882
SetQuantifier::None => {}
2883
_ => {
2884
write!(f, " {}", set_quantifier)?;
0 commit comments