Skip to content

Commit

Permalink
chore: add json type
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Oct 29, 2024
1 parent fc45ac4 commit 9faf45e
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 22 deletions.
14 changes: 8 additions & 6 deletions c++/greptime/v1/common.pb.cc

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

3 changes: 2 additions & 1 deletion c++/greptime/v1/common.pb.h

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

23 changes: 13 additions & 10 deletions go/greptime/v1/common.pb.go

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

20 changes: 15 additions & 5 deletions java/src/main/java/io/greptime/v1/Common.java

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

1 change: 1 addition & 0 deletions proto/greptime/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ enum ColumnDataType {
INTERVAL_DAY_TIME = 24;
INTERVAL_MONTH_DAY_NANO = 25;
DECIMAL128 = 30;
JSON = 31;
}

message IntervalMonthDayNano {
Expand Down

0 comments on commit 9faf45e

Please sign in to comment.