Skip to content

Commit

Permalink
Add catalog and data inserts
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jun 21, 2023
1 parent 24f2ca7 commit 0048678
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/user-guide/sql/sql_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
- [x] Partitioning and ordering: (`OVER(PARTITION BY <..> ORDER BY <..>)`)
- [x] Custom Window (`ORDER BY time ROWS BETWEEN 2 PRECEDING AND 0 FOLLOWING)`)
- [x] User Defined Window and Aggregate Functions
- [x] Catalogs
- [x] Schemas (`CREATE / DROP SCHEMA`)
- [x] Tables (`CREATE / DROP TABLE`, `CREATE TABLE AS SELECT`)
- [ ] Data Insert
- [x] `INSERT INTO`
- [ ] `COPY .. INTO ..`
- [x] CSV
- [ ] JSON
- [ ] Parquet
- [ ] Avro

## Runtime

Expand Down

0 comments on commit 0048678

Please sign in to comment.