Skip to content
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: Improve parameterization of queryable functions #20186

Merged
merged 1 commit into from
Mar 5, 2020

Conversation

smitpatel
Copy link
Member

@smitpatel smitpatel commented Mar 5, 2020

Resolves #20162

  • Never evaluate DbFunction
    • If it is inside lambda then we will have whole method call
    • If it is outside of lambda then it will be evaluated by compiler alread

Resolves #20162

- Never evaluate DbFunction
  - If it is inside lambda then we will have whole method call
  - If it is outside of lambda then it will be evaluated by compiler already
@smitpatel smitpatel merged commit e400969 into master Mar 5, 2020
@smitpatel smitpatel deleted the smit/parameterization branch March 5, 2020 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query: Improve parameterization (or lack of) for TVFs
2 participants