-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cherry-pick] compute: Add Vector data type and functions (#153)
* Add Vector data type (#141) Signed-off-by: Wish <[email protected]> * compute: Add vector functions (#146) Signed-off-by: Wish <[email protected]> * compute: Fix vector precision (#147) Signed-off-by: Wish <[email protected]> * compute: Fix vector distance over NULLs (#148) Signed-off-by: Wish <[email protected]> * [cherry-pick] Storages: Make DMFile ready for new column indexes/types (#149) Signed-off-by: Wish <[email protected]> --------- Signed-off-by: Wish <[email protected]> Co-authored-by: Wenxuan <[email protected]>
- Loading branch information
1 parent
8ed9835
commit dc1eb52
Showing
41 changed files
with
2,740 additions
and
568 deletions.
There are no files selected for viewing
Submodule tipb
updated
7 files
+1 −0 | go-tipb/analyze.pb.go | |
+1,008 −303 | go-tipb/executor.pb.go | |
+1,075 −931 | go-tipb/expression.pb.go | |
+108 −66 | go-tipb/select.pb.go | |
+46 −2 | proto/executor.proto | |
+45 −0 | proto/expression.proto | |
+3 −0 | proto/select.proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.