-
-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rowexec] dolt-side lookup execution operator (#8072)
* [rowexec] custom rowexec * fix build * testing progress * save progress * fix more tests * skip optimization for system table indexes * fix headers * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * progressive refactors * more refactoring * del comment * fix more tests * fix nullSafeEq * validate lookup join type safety * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * fix more tests * remove prints * reformat * delete unused file * undo int->string conversion that isn't always valid * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * formatting * sometimes dstSchema nil, which is not used * add tests * more tests and cleanup * nick comments * fmt * more comments * simplify according to extra testing * better comments --------- Co-authored-by: max-hoffman <[email protected]>
- Loading branch information
1 parent
81e45ba
commit 09e0040
Showing
14 changed files
with
1,692 additions
and
128 deletions.
There are no files selected for viewing
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.