feat: adds view definition to CreateViewExpr (#176)

* feat: adds view definition to CreateViewExpr

* feat: adds columns to CreateViewExpr

* feat: save plan columns as well

* chore: update proto
This commit is contained in:
dennis zhuang
2024-07-09 10:56:57 -07:00
committed by GitHub
parent b83f00958f
commit 5c80165043
5 changed files with 1377 additions and 354 deletions
+3
View File
@@ -72,6 +72,9 @@ message CreateViewExpr {
bool create_if_not_exists = 5;
bool or_replace = 6;
repeated TableName table_names = 7;
repeated string columns = 8;
repeated string plan_columns = 9;
string definition = 10;
}
// Drop a view