-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Following #12338 which merges the two implementations of the structural record projection introduced by #7740, this PR merges the two implementations of the structural record introduced by #7742. However, this PR does not try to cache the field index as it is done 1- unlike what it is suggested by commit message of #7742, the update has a linear complexity anyway, as it has to copy the whole struct. 2- the compiler does not produce any structural record updates As result the PR is basically a revert of #7742. CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information
1 parent
631aa5c
commit 30300fd
Showing
4 changed files
with
15 additions
and
40 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