diff --git a/rust/datafusion/README.md b/rust/datafusion/README.md index 4dd0c3e3f7e..e52d35176b6 100644 --- a/rust/datafusion/README.md +++ b/rust/datafusion/README.md @@ -201,6 +201,12 @@ DataFusion also includes a simple command-line interactive SQL utility. See the - [ ] Nested types - [ ] Lists - [x] Subqueries +- [x] Common table expressions +- [ ] Set Operations + - [x] UNION ALL + - [ ] UNION + - [ ] INTERSECT + - [ ] MINUS - [x] Joins - [x] INNER JOIN - [ ] CROSS JOIN