mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-11 06:39:35 +00:00
Support CREATE MATERIALIZED VIEW
This commit is contained in:
parent
52e0f55b6f
commit
23a0fc79f5
4 changed files with 26 additions and 5 deletions
|
|
@ -191,6 +191,7 @@ keyword!(
|
|||
LOCATION,
|
||||
LOWER,
|
||||
MATCH,
|
||||
MATERIALIZED,
|
||||
MAX,
|
||||
MEMBER,
|
||||
MERGE,
|
||||
|
|
@ -539,6 +540,7 @@ pub const ALL_KEYWORDS: &'static [&'static str] = &[
|
|||
LOCATION,
|
||||
LOWER,
|
||||
MATCH,
|
||||
MATERIALIZED,
|
||||
MAX,
|
||||
MEMBER,
|
||||
MERGE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue