feat: add substrait extension (#36)

* feat: add substrait extension

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* fix typo

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-05-18 14:31:14 +08:00
committed by GitHub
parent d32c9d5e98
commit e94a24873b
5 changed files with 649 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ fn main() {
"proto/greptime/v1/meta/lock.proto",
"proto/greptime/v1/meta/cluster.proto",
"proto/prometheus/remote/remote.proto",
"proto/substrait_extension/promql_plan.proto",
],
&["proto"],
)