mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-24 16:04:04 +00:00
create module for ansi tokenizer/parser
This commit is contained in:
parent
0339558d4e
commit
eed0261297
6 changed files with 35 additions and 8 deletions
|
@ -105,7 +105,7 @@ impl<S, TE> From<TokenizerError<TE>> for ParserError<S, TE>
|
|||
}
|
||||
|
||||
|
||||
trait Parser<S, PE>
|
||||
pub trait SQLParser<S, PE>
|
||||
where S: Debug + PartialEq {
|
||||
|
||||
/// parse the prefix and stop once an infix operator is reached
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue