Support use of BY NAME quantifier across all set ops (#1309)

Co-authored-by: Alexander Beedie <alexander.beedie@adia.ae>
Co-authored-by: Joey Hain <joey@sigmacomputing.com>
This commit is contained in:
Alexander Beedie 2024-06-17 22:14:40 +04:00 committed by GitHub
parent deac269710
commit 0330f9def5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 21 deletions

View file

@ -654,7 +654,7 @@ impl<'a> Tokenizer<'a> {
Ok(())
}
// Tokenize the identifer or keywords in `ch`
// Tokenize the identifier or keywords in `ch`
fn tokenize_identifier_or_keyword(
&self,
ch: impl IntoIterator<Item = char>,