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

Avoid use of Signature::user_defined for normal functions #12725

Open
findepi opened this issue Oct 2, 2024 · 1 comment
Open

Avoid use of Signature::user_defined for normal functions #12725

findepi opened this issue Oct 2, 2024 · 1 comment

Comments

@findepi
Copy link
Member

findepi commented Oct 2, 2024

Originally posted by @alamb in #12698 (comment)

Can we make it a goal that not to require Signature::user_defined to implement useful things?

Yes, I think this should be the goal

The usecase for Signature::user_defined that I recall was to implement coercion rules for very specific functions (like coalesce)

Extend signatures and function resolution so that Signature::user_defined is not needed.

@jayzhan211
Copy link
Contributor

Before #12622 is completed, we can introduce signature like Numeric / String / Float / Integer and so on that is used in places more than 1, others use Signature::user_defined by default

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

No branches or pull requests

2 participants