Skip to content

Commit dbba77a

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@
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
77+
78+
6779

6880
## Runtime
6981

0 commit comments

Comments
 (0)