Skip to content

Commit

Permalink
feat: add ChangeColumnType expr (#149)
Browse files Browse the repository at this point in the history
* feat: add `ModifyColumn`

* style: rename `ModifyColumn` -> `ChangeColumnType`

* style: rename `modify_columns` -> `change_column_types`

* style: remove `ChangeColumnTypes` on `server.proto`

* resolve conflicts
  • Loading branch information
KKould authored Apr 26, 2024
1 parent 783682f commit 20b85ef
Show file tree
Hide file tree
Showing 9 changed files with 4,560 additions and 804 deletions.
710 changes: 651 additions & 59 deletions c++/greptime/v1/ddl.pb.cc

Large diffs are not rendered by default.

664 changes: 658 additions & 6 deletions c++/greptime/v1/ddl.pb.h

Large diffs are not rendered by default.

127 changes: 98 additions & 29 deletions c++/greptime/v1/region/server.pb.cc

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

88 changes: 88 additions & 0 deletions c++/greptime/v1/region/server.pb.h

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

Loading

0 comments on commit 20b85ef

Please sign in to comment.