mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-01 07:34:18 +00:00
fix(Dialect): fix a typo (precendence -> precedence) (#794)
* fix(Dialect): fix a typo * fix: fix a typo in tests
This commit is contained in:
parent
3f874f4ab8
commit
ca939413f2
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ pub trait Dialect: Debug + Any {
|
|||
&self,
|
||||
_parser: &mut Parser,
|
||||
_expr: &Expr,
|
||||
_precendence: u8,
|
||||
_precedence: u8,
|
||||
) -> Option<Result<Expr, ParserError>> {
|
||||
// return None to fall back to the default behavior
|
||||
None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue