forked from pingcap/tiflash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support fine grained shuffle for window function (pingcap#5048)
close pingcap#5142
- Loading branch information
1 parent
c26afaf
commit 9da0783
Showing
28 changed files
with
1,196 additions
and
365 deletions.
There are no files selected for viewing
Submodule kvproto
updated
10 files
+59 −78 | pkg/gcpb/gcpb.pb.go | |
+1,969 −512 | pkg/kvrpcpb/kvrpcpb.pb.go | |
+1,115 −0 | pkg/logbackuppb/logbackuppb.pb.go | |
+148 −38 | pkg/mpp/mpp.pb.go | |
+132 −90 | pkg/raft_serverpb/raft_serverpb.pb.go | |
+1 −1 | proto/gcpb.proto | |
+80 −4 | proto/kvrpcpb.proto | |
+43 −0 | proto/logbackuppb.proto | |
+1 −0 | proto/mpp.proto | |
+3 −0 | proto/raft_serverpb.proto |
Submodule tipb
updated
7 files
+7 −0 | go-tipb/analyze.pb.go | |
+213 −143 | go-tipb/executor.pb.go | |
+2,493 −0 | go-tipb/explain.pb.go | |
+371 −317 | go-tipb/expression.pb.go | |
+2 −0 | proto/executor.proto | |
+106 −0 | proto/explain.proto | |
+16 −0 | proto/expression.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
Oops, something went wrong.