mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-25 00:19:37 +00:00
Update mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
80abe581fe
commit
c047b3f56b
1 changed files with 1 additions and 1 deletions
|
|
@ -7541,7 +7541,7 @@ impl<'a> Parser<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Parse an operator signature for a [Statement::DropOperator]
|
/// Parse an operator signature for a [Statement::DropOperator]
|
||||||
/// Format: name ( { left_type | NONE } , right_type )
|
/// Format: `name ( { left_type | NONE } , right_type )`
|
||||||
fn parse_operator_signature(&mut self) -> Result<OperatorSignature, ParserError> {
|
fn parse_operator_signature(&mut self) -> Result<OperatorSignature, ParserError> {
|
||||||
let name = self.parse_operator_name()?;
|
let name = self.parse_operator_name()?;
|
||||||
self.expect_token(&Token::LParen)?;
|
self.expect_token(&Token::LParen)?;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue