-
Notifications
You must be signed in to change notification settings - Fork 248
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
[query] Remove lookupOrCompileCachedFunction
from Backend
interface
#14691
Merged
+145
−161
Conversation
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 was referenced Sep 17, 2024
This was referenced Sep 17, 2024
This was referenced Sep 18, 2024
b0be25e
to
6038f9b
Compare
a47ef8b
to
1530549
Compare
This was referenced Sep 20, 2024
6038f9b
to
15f2275
Compare
1530549
to
d3a662f
Compare
15f2275
to
71fcb35
Compare
d3a662f
to
f00e349
Compare
71fcb35
to
360af7c
Compare
f00e349
to
532bd55
Compare
360af7c
to
d16f9c6
Compare
532bd55
to
324bae5
Compare
d16f9c6
to
783df28
Compare
324bae5
to
7e738cc
Compare
783df28
to
7e661e4
Compare
7e738cc
to
8fd036a
Compare
1 task
7e661e4
to
952b01d
Compare
8fd036a
to
a3aae4a
Compare
952b01d
to
a265389
Compare
a3aae4a
to
525c3e7
Compare
627a2b6
to
8a1bcf9
Compare
af242c2
to
13a8e28
Compare
8a1bcf9
to
c86812f
Compare
13a8e28
to
97d43aa
Compare
c86812f
to
23be511
Compare
97d43aa
to
4b0ea93
Compare
23be511
to
5654839
Compare
4b0ea93
to
5ff3aee
Compare
5654839
to
2956a6b
Compare
5ff3aee
to
5db76b7
Compare
2956a6b
to
d970a8b
Compare
5db76b7
to
5264833
Compare
d970a8b
to
0a3e70c
Compare
5264833
to
057c2a1
Compare
0a3e70c
to
d0d4917
Compare
057c2a1
to
ee87129
Compare
d0d4917
to
ee399d1
Compare
ee87129
to
ee31986
Compare
ee399d1
to
d56d118
Compare
d56d118
to
be3e8f8
Compare
patrick-schultz
approved these changes
Feb 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great simple change. I especially like killing the duplicated Compile
code
chrisvittal
approved these changes
Feb 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done. LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In the spirit of shrinking the
Backend
functionality to a core set of functions, move code cache access via execute context.