mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-16 16:59:02 +00:00
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:
parent
deac269710
commit
0330f9def5
6 changed files with 18 additions and 21 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue