mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-23 00:10: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:
@@ -49,7 +49,7 @@ where
|
||||
todo!("Currently not supported")
|
||||
}
|
||||
Statement::Query(qb) => self.query_to_plan(qb),
|
||||
Statement::Insert(_) => unreachable!(),
|
||||
Statement::Create(_) | Statement::Insert(_) => unreachable!(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user