Skip to content

Commit

Permalink
add support for vector data types
Browse files Browse the repository at this point in the history
  • Loading branch information
billprovince authored and mangalaman93 committed Mar 14, 2024
1 parent 0f58ffb commit b95d3ec
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 102 deletions.
2 changes: 2 additions & 0 deletions protos/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ message Value {
bytes datetime_val = 9;
string password_val = 10;
uint64 uid_val=11;
// number 12 is reserved for bigfloat
bytes vfloat32_val=13;
}
}

Expand Down
Loading

0 comments on commit b95d3ec

Please sign in to comment.