dennis zhuang
|
f0db878bf5
|
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
|
2022-05-06 17:34:29 +08:00 |
|
Lei, Huang
|
f889ed5488
|
feat: INSERT statement and planner implementation (#16)
* feat: Add SQL parser definition and SHOW DATABASE implementation
* chores: Eliminate clippy warnings and errors.
* chores: remove Gt prefix in some structs; rename some mod; remove print(s) in unit tests; refactor crate layout;
feat: wrap sqlparser error;
* chores: reorder cargo dependency
* chores: fix code style
* chores: add #[cfg(test)] to unit tests
* style: fix test mod style
* feat: implement select query parser
* chores: remove unused dependency
* feat: implement TryInto<sqlparser::ast::Statement> for Statement
* chore: fix style issues
* refactor: wrap sqlparser Query inside Query statement variant to reduce complexity
* refactor: replace TryInto to TryFrom
* refactor: use [Rust 2018 mod convention](https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html#no-more-modrs)
* refactor: remove unnecessary file prefix in statement mod
* feat: implement INSERT parser (currently without INSERT validation)
* feat: wrap DataFusion planner and add simple query planner implementation
* refactor: move planner mod to query crate
* fix: styles and conventions
|
2022-05-05 16:28:38 +08:00 |
|
dennis zhuang
|
bf331ec4ac
|
feat: impl QueryEngine#execute, adds numbers table and query engine test (#13)
* feat: impl QueryEngine#execute, adds numbers table and query engine test
* fix: clippy warning
* fix: reuse runtime in context in table adapter
* fix: by CR comments
|
2022-04-27 15:15:26 +08:00 |
|
dennis zhuang
|
3a2f794f6c
|
feat: query engine impl on datafusion (#10)
* feat: query engine impl on datafusion
* feat: adds physical_optimizer, physical_planner and executor
* feat: impl adpaters between datafuion and greptime query engine core APIs.
* feat: impl PhysicalPlanAdapter and ExecutionPlanAdapter
* feat: rename table datafusion mod to adapter
* fix: clippy warning
* fix: conflicts with develop branch
* feat: add database mod
* fix: CR comment
* fix: by CR comments
* fix: conflicts with develop branch
* fix: by CR comments
|
2022-04-26 15:17:32 +08:00 |
|
evenyag
|
b505c87e8d
|
refactor: Rename base to common-base
|
2022-04-26 11:48:22 +08:00 |
|
evenyag
|
49081d818c
|
refactor: Divide common crate into small crates
|
2022-04-25 17:03:05 +08:00 |
|
evenyag
|
d20191572e
|
feat: Implement PrimitiveType and PrimitiveVector
|
2022-04-25 17:03:05 +08:00 |
|
Lei, Huang
|
cb74f1ac34
|
feat: Add sql parser definition and trivial SHOW DATABASE implementation (#8)
* feat: Add SQL parser definition and SHOW DATABASE implementation
* chores: Eliminate clippy warnings and errors.
* chores: remove Gt prefix in some structs; rename some mod; remove print(s) in unit tests; refactor crate layout;
feat: wrap sqlparser error;
* chores: reorder cargo dependency
* chores: fix code style
* chores: add #[cfg(test)] to unit tests
* style: fix test mod style
|
2022-04-25 17:01:55 +08:00 |
|
evenyag
|
1fa0b4e3f9
|
chore: Setup code skeleton of datanode
|
2022-04-21 11:40:46 +08:00 |
|
evenyag
|
ced9a7c97f
|
chore: Create datanode, datatypes, log-store, object-store, query, table crates
|
2022-04-20 16:34:22 +08:00 |
|
evenyag
|
a6c6023737
|
feat: Init common crate
|
2022-04-19 18:44:51 +08:00 |
|
evenyag
|
19fa7a6b5b
|
chore: Add Cargo.lock to git
|
2022-04-19 17:57:50 +08:00 |
|