mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 09:50:40 +00:00
refactor: grpc insert (#2188)
* feat: interval type for row protocol * feat: minor refactor grpc insert * Update src/common/grpc-expr/src/util.rs Co-authored-by: Ruihang Xia <waynestxia@gmail.com> * fix: by comment --------- Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -162,7 +162,7 @@ impl GrpcQueryHandler for DummyInstance {
|
||||
Request::Inserts(_)
|
||||
| Request::Deletes(_)
|
||||
| Request::RowInserts(_)
|
||||
| Request::RowDelete(_) => unimplemented!(),
|
||||
| Request::RowDeletes(_) => unimplemented!(),
|
||||
Request::Query(query_request) => {
|
||||
let query = query_request.query.unwrap();
|
||||
match query {
|
||||
|
||||
Reference in New Issue
Block a user