Skip to content

Commit

Permalink
Add Duration type for RangeCmpDataType
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 authored Sep 19, 2023
1 parent 13f196e commit dfd7d19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
19 changes: 11 additions & 8 deletions go-tipb/executor.pb.go

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

1 change: 1 addition & 0 deletions proto/executor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ enum RangeCmpDataType {
Float = 1;
Decimal = 2;
DateTime = 3;
Duration = 4;
}

message WindowFrameBound {
Expand Down

0 comments on commit dfd7d19

Please sign in to comment.