feat: http server and cmd crate etc. (#15)

* feat: adds cmd crate and http server

* feat: impl sql http handler

* feat: convert all arrow array types

* feat: adds query test

* feat: adds test for datanode

* fix: format

* feat: refactor state.rs

* feat: adds collect test

* fix: by code review

* fix: style
This commit is contained in:
dennis zhuang
2022-05-06 17:34:29 +08:00
committed by GitHub
parent ffc4e4eb0c
commit f0db878bf5
47 changed files with 1648 additions and 181 deletions

View File

@@ -1 +1,3 @@
// todo(hl) wrap sqlparser dialects
pub use sqlparser::dialect::{Dialect, GenericDialect};