Skip to content

Commit 0048678

Browse files
committed
Add catalog and data inserts
1 parent 24f2ca7 commit 0048678

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/user-guide/sql/sql_status.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@
6464
- [x] Partitioning and ordering: (`OVER(PARTITION BY <..> ORDER BY <..>)`)
6565
- [x] Custom Window (`ORDER BY time ROWS BETWEEN 2 PRECEDING AND 0 FOLLOWING)`)
6666
- [x] User Defined Window and Aggregate Functions
67+
- [x] Catalogs
68+
- [x] Schemas (`CREATE / DROP SCHEMA`)
69+
- [x] Tables (`CREATE / DROP TABLE`, `CREATE TABLE AS SELECT`)
70+
- [ ] Data Insert
71+
- [x] `INSERT INTO`
72+
- [ ] `COPY .. INTO ..`
73+
- [x] CSV
74+
- [ ] JSON
75+
- [ ] Parquet
76+
- [ ] Avro
6777

6878
## Runtime
6979

0 commit comments

Comments
 (0)