mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
ISSUE-1147: Add support for MATERIALIZED CTEs (#1148)
Co-authored-by: Andrew Repp <arepp@cloudflare.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
parent
57113a9344
commit
0c5f6fbf81
5 changed files with 65 additions and 9 deletions
|
@ -5589,6 +5589,7 @@ fn parse_recursive_cte() {
|
|||
},
|
||||
query: Box::new(cte_query),
|
||||
from: None,
|
||||
materialized: None,
|
||||
};
|
||||
assert_eq!(with.cte_tables.first().unwrap(), &expected);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue