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