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

[Feature Request]: Mathematical Built-in function ceil() #1826

Closed
1 task done
Tracked by #1907
dengn opened this issue Mar 7, 2022 · 2 comments
Closed
1 task done
Tracked by #1907

[Feature Request]: Mathematical Built-in function ceil() #1826

dengn opened this issue Mar 7, 2022 · 2 comments
Assignees
Labels

Comments

@dengn
Copy link
Contributor

dengn commented Mar 7, 2022

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Is your feature request related to a problem?

No response

Describe the solution you'd like

Returns the smallest integer value not less than X. For exact-value numeric arguments, the return value has an exact-value numeric type. For string or floating-point arguments, the return value has a floating-point type.

mysql> SELECT CEIL(1.23);
        -> 2
mysql> SELECT CEIL(-1.23);
        -> -1

Describe alternatives you've considered

No response

Documentation, Adoption, Use Case, Migration Strategy

Please refer to the tutorial about how to develop a builtin function.

Additional information

No response

@dengn dengn added good first issue Good for newcomers kind/feature labels Mar 7, 2022
@yubindy
Copy link
Contributor

yubindy commented Mar 15, 2022

can i do this, can it be assigned to me

@dengn
Copy link
Contributor Author

dengn commented Mar 24, 2022

Feature implemented

@dengn dengn closed this as completed Mar 24, 2022
sukki37 pushed a commit that referenced this issue Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants