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: Make it easy to map built-in functions #21391

Merged
merged 1 commit into from
Jun 24, 2020
Merged

Conversation

smitpatel
Copy link
Member

Resolves #17268

  • Introduces new API IsBuiltIn on DbFunctionBuilder which marks the function as built-in and we translate it accordingly.
  • Add DbFunctionAttribute.IsBuiltIn and convention to set the flag appropriately.

Base automatically changed from smit/cannotdecideaname to master June 23, 2020 23:35
Resolves #17268

- Introduces new API `IsBuiltIn` on DbFunctionBuilder which marks the function as built-in and we translate it accordingly.
- Add `DbFunctionAttribute.IsBuiltIn` and convention to set the flag appropriately.
@smitpatel smitpatel merged commit 591d5c0 into master Jun 24, 2020
@smitpatel smitpatel deleted the smit/nowweneedthatflag branch June 24, 2020 01:26
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.

Make it easy to map built-in functions
2 participants