We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f2ca7 commit dbba77aCopy full SHA for dbba77a
1 file changed
docs/source/user-guide/sql/sql_status.md
@@ -64,6 +64,18 @@
64
- [x] Partitioning and ordering: (`OVER(PARTITION BY <..> ORDER BY <..>)`)
65
- [x] Custom Window (`ORDER BY time ROWS BETWEEN 2 PRECEDING AND 0 FOLLOWING)`)
66
- [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
79
80
## Runtime
81
0 commit comments