mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 06:20:38 +00:00
feat: impl create table sql parser (#115)
* feat: impl create table sql parser * feat: checking time index columns size * refactor: move TS_INDEX to statement * fix: address CR problems * refactor: remove parser_error! macro
This commit is contained in:
@@ -9,3 +9,4 @@ edition = "2021"
|
||||
common-error = { path = "../common/error" }
|
||||
snafu = { version = "0.7", features = ["backtraces"] }
|
||||
sqlparser = "0.15.0"
|
||||
table-engine = { path = "../table-engine" }
|
||||
|
||||
Reference in New Issue
Block a user