-
-
Notifications
You must be signed in to change notification settings - Fork 238
Virtual column proof of concept #2068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 42 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
bfd2e29
Stubbing out virtual col read and write
zachmu ca512f9
Replacing buildTableScan with buildResolveTable in DML / DDL operations
zachmu 79e072a
oops
zachmu c95444f
First working insert and select of virtual columns
zachmu 7e4e5cf
Fixed bug for basic read / write
zachmu 02fa04e
Out of order column tests
zachmu 61eb433
Bug fix in column projections
zachmu 994e058
checkpoint
zachmu e833ea0
fixed bug in storage row normalization
zachmu a37b6b5
Bug fix for assign indexes altering node in place
zachmu 3055c29
Bug fix for subqueries
zachmu 4ee61b0
Added TODO about missed names in fix indexes
zachmu 27d81f2
Deleted obsolete rule file
zachmu 8294ef2
New approach to virtual columns
zachmu cbfd130
Fixed bug in projectrow for aliased col default exprs
zachmu 21cba08
Fix for projecting full rows of virtual columns
zachmu 13d05b9
Bug fixes for deletes
zachmu 9a7f001
Removed defunct deferred column type
zachmu 547fc2b
Skipped wire tests except in CI
zachmu e017758
Remove unused interface, created VirtualColumnTable
zachmu 3468bbe
More cleanup, fleshing out virtual column table node
zachmu 54f9ff9
Added debug info and missing methods
zachmu d2784b9
Checkpoint
zachmu 89ce3a5
Merge branch 'main' into zachmu/virtual
zachmu ec227dd
starting a new tack for virtual table reads
zachmu 9864e45
getting projection to work
zachmu 9285ab6
Added WithWrappedTable to ResolvedTable, cleaned up some dead code
zachmu 82d4637
Added debug string to process table
zachmu fd30c19
Fixed virtual column table iteration
zachmu 59a432d
First working version
zachmu 774f73e
Removed unnecessary alias
zachmu f936cd5
Exported FindVirtualColumnTable
zachmu 90cf9c7
Table wrapping for indexed lookups
zachmu 57ce731
Fixed another hole in index lookups
zachmu 991da70
Bug fix for iteration
zachmu 1b8ca0a
Added index fixes for indexed table access, this breaks everything else
zachmu 92e5a4c
Fixed bug in assign indexes
zachmu da1cd9d
more big fixing in index setting
zachmu da40e79
One more bug fix
zachmu 0e080be
Merge branch 'main' into zachmu/virtual
zachmu cb8fdb3
Fixed printing of process table
zachmu 224eb41
Updated plans, fixed output for processindexable table
zachmu c462a2a
[ga-format-pr] Run ./format_repo.sh to fix formatting
zachmu e8051f7
Revert fix index changes
zachmu 65f7281
Fix column indexes for virtual tables at plan building time
zachmu 61b88d8
[ga-format-pr] Run ./format_repo.sh to fix formatting
zachmu f3a2d9e
PR feedback. Notably, simplified the new table node interfaces
zachmu bd1d4e0
Better docs for Tablenode and friends
zachmu 5539142
Merge branch 'zachmu/virtual' of github.com:dolthub/go-mysql-server i…
zachmu fa9ff1c
Reskip single test
zachmu 0d4c8d3
[ga-format-pr] Run ./format_repo.sh to fix formatting
zachmu 6f010cb
Make ProcessIndexableTable print as ProcessTable in the query plans t…
zachmu d40234b
[ga-format-pr] Run ./format_repo.sh to fix formatting
zachmu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Empty file.
Empty file.
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.