mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-18 05:00:16 +00:00
Implement TRY_CAST (#299)
Adds support for `TRY_CAST` and fixes a clippy error
This commit is contained in:
parent
43fef23bc8
commit
e6e37b47db
5 changed files with 59 additions and 7 deletions
|
@ -626,6 +626,7 @@ impl<'a> Tokenizer<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::unnecessary_wraps)]
|
||||
fn consume_and_return(
|
||||
&self,
|
||||
chars: &mut Peekable<Chars<'_>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue