feat: adds MergeScan plan node (#172)

* feat: adds dist_plan to substrait_extension

* feat: adds table_names to CreateViewExpr

* chore: style

Co-authored-by: Jeremyhi <jiachun_feng@proton.me>

* fix: update genearted code

---------

Co-authored-by: Jeremyhi <jiachun_feng@proton.me>
This commit is contained in:
dennis zhuang
2024-05-30 20:09:22 -07:00
committed by GitHub
parent 31dd060fc3
commit 21ed40d4a1
13 changed files with 2420 additions and 372 deletions
+1
View File
@@ -71,6 +71,7 @@ message CreateViewExpr {
bytes logical_plan = 4;
bool create_if_not_exists = 5;
bool or_replace = 6;
repeated TableName table_names = 7;
}
// Drop a view