Skip to content

Commit

Permalink
Add div_precision_increment attribute in DAGRequest (#325)
Browse files Browse the repository at this point in the history
* Add div_precision_increment attribute in DAGRequest

Signed-off-by: yibin <[email protected]>

* update generate go file

Signed-off-by: yibin <[email protected]>

---------

Signed-off-by: yibin <[email protected]>
  • Loading branch information
yibin87 authored Mar 5, 2024
1 parent 3670edd commit 87f5b80
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 66 deletions.
174 changes: 108 additions & 66 deletions go-tipb/select.pb.go

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

3 changes: 3 additions & 0 deletions proto/select.proto
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ message DAGRequest {

// Force using the encode type specified by encode_type, currently only used in TiFlash
optional bool force_encode_type = 18;

// It indicates the number of digits by which to increase the scale of the result of division operations performed with the / operator.
optional uint32 div_precision_increment = 19;
}

enum EncodeType {
Expand Down

0 comments on commit 87f5b80

Please sign in to comment.