Skip to content

Commit

Permalink
Add Big Float to api.Value (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: harshil <[email protected]>
  • Loading branch information
harshil-goel and harshil authored Sep 2, 2024
1 parent 48bdbd0 commit c03f4ee
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 104 deletions.
2 changes: 1 addition & 1 deletion protos/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ message Value {
bytes datetime_val = 9;
string password_val = 10;
uint64 uid_val=11;
// number 12 is reserved for bigfloat
bytes bigfloat_val=12;
bytes vfloat32_val=13;
}
}
Expand Down
Loading

0 comments on commit c03f4ee

Please sign in to comment.