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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user