Skip to content

Commit

Permalink
feat: adds MergeScan plan node (#172)
Browse files Browse the repository at this point in the history
* feat: adds dist_plan to substrait_extension

* feat: adds table_names to CreateViewExpr

* chore: style

Co-authored-by: Jeremyhi <[email protected]>

* fix: update genearted code

---------

Co-authored-by: Jeremyhi <[email protected]>
  • Loading branch information
killme2008 and fengjiachun authored May 31, 2024
1 parent 31dd060 commit 21ed40d
Show file tree
Hide file tree
Showing 13 changed files with 2,419 additions and 371 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fn main() {
"proto/greptime/v1/index/inverted_index.proto",
"proto/prometheus/remote/remote.proto",
"proto/substrait_extension/promql_plan.proto",
"proto/substrait_extension/dist_plan.proto",
],
&["proto"],
)
Expand Down
210 changes: 125 additions & 85 deletions c++/greptime/v1/ddl.pb.cc

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions c++/greptime/v1/ddl.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions c++/substrait_extension/dist_plan.grpc.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions c++/substrait_extension/dist_plan.grpc.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 21ed40d

Please sign in to comment.