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
+4
View File
@@ -16,3 +16,7 @@ protoc --go_out=${GO_OUTPUT} --go_opt=paths=source_relative \
protoc --go_out=${GO_OUTPUT} --go_opt=paths=source_relative \
--go-grpc_out=${GO_OUTPUT} --go-grpc_opt=paths=source_relative \
-Iproto proto/prometheus/remote/*.proto
protoc --go_out=${GO_OUTPUT} --go_opt=paths=source_relative \
--go-grpc_out=${GO_OUTPUT} --go-grpc_opt=paths=source_relative \
-Iproto proto/substrait_extension/*.proto