mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-03 05:40:40 +00:00
feat: support quering with logical plan in gRPC layer (#344)
* impl logical exec & example Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * test on upper api Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * add todo to prost dep Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * sign the TODO Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@ message ObjectExpr {
|
||||
message SelectExpr {
|
||||
oneof expr {
|
||||
string sql = 1;
|
||||
bytes logical_plan = 2;
|
||||
PhysicalPlan physical_plan = 15;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user