Skip to content

refactor: use TypeSignature::Coercible for math functions #14872

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alan910127
Copy link
Contributor

@alan910127 alan910127 commented Feb 25, 2025

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Added TypeSignatureClass's:

  • Numeric
  • Float

Update math functions' signatures.

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added common Related to common crate functions Changes to functions implementation labels Feb 25, 2025
@alamb alamb marked this pull request as draft February 26, 2025 17:13
@alamb
Copy link
Contributor

alamb commented Feb 26, 2025

Thanks @alan910127 -- it seems this PR is failing CI so I have marked it as a draft while you take a look

@alan910127 alan910127 force-pushed the refactor/math-fns-coercible-signature branch from 5025085 to bc1a44a Compare March 4, 2025 15:13
@github-actions github-actions bot added the logical-expr Logical plan and expressions label Mar 4, 2025
@alan910127 alan910127 force-pushed the refactor/math-fns-coercible-signature branch from bc1a44a to 00139fb Compare March 30, 2025 13:36
@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Mar 30, 2025
@alan910127 alan910127 force-pushed the refactor/math-fns-coercible-signature branch 3 times, most recently from 24f9e49 to 32526ab Compare March 30, 2025 14:29
@alan910127 alan910127 force-pushed the refactor/math-fns-coercible-signature branch from 32526ab to 7fee0f9 Compare March 30, 2025 15:46
@alan910127 alan910127 marked this pull request as ready for review March 30, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Related to common crate functions Changes to functions implementation logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeSignature::Coercible for math functions
2 participants