Skip to content

Commit

Permalink
Add new data type Int8Vector (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain authored and SimFG committed Jan 7, 2025
1 parent 59df0cf commit 988698c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
8 changes: 6 additions & 2 deletions go-api/commonpb/common.pb.go

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

8 changes: 6 additions & 2 deletions go-api/schemapb/schema.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/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ enum PlaceholderType {
Float16Vector = 102;
BFloat16Vector = 103;
SparseFloatVector = 104;
Int8Vector = 105;
Int64 = 5;
VarChar = 21;
}
Expand Down
1 change: 1 addition & 0 deletions proto/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ enum DataType {
Float16Vector = 102;
BFloat16Vector = 103;
SparseFloatVector = 104;
Int8Vector = 105;
}

enum FunctionType{
Expand Down

0 comments on commit 988698c

Please sign in to comment.