mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
minor improvement
This commit is contained in:
parent
d9cc504c32
commit
9d68a5663d
1 changed files with 1 additions and 4 deletions
|
@ -15833,10 +15833,7 @@ impl<'a> Parser<'a> {
|
|||
None
|
||||
};
|
||||
|
||||
self.expect_keyword_is(Keyword::FOREIGN)?;
|
||||
self.expect_keyword_is(Keyword::DATA)?;
|
||||
self.expect_keyword_is(Keyword::WRAPPER)?;
|
||||
|
||||
self.expect_keywords(&[Keyword::FOREIGN, Keyword::DATA, Keyword::WRAPPER])?;
|
||||
let fdw_name = self.parse_object_name(false)?;
|
||||
|
||||
let mut options = None;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue