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

Add “Abs” function #21

Merged
merged 3 commits into from
Nov 10, 2023
Merged

Conversation

morloderex
Copy link
Contributor

@morloderex morloderex commented Nov 9, 2023

Hey @tpetry

This adds the mathematical function absolute e.g the "abs" function. As a valid sql expression.

I believe it's a common enough sql function to actually add it in.


I was not entirely sure where to put it so i figured it is a mathematical sql function so i added it in a new namespace under Function called Math.

morloderex and others added 3 commits November 9, 2023 16:26
Fix tests

Fix tests

Fix tests again

Fix code style

Fix test

Fix test

code style
@tpetry tpetry merged commit 7d15482 into tpetry:main Nov 10, 2023
81 of 82 checks passed
@tpetry
Copy link
Owner

tpetry commented Nov 10, 2023

Released with version 0.8.0.

@morloderex
Copy link
Contributor Author

Thanks

@morloderex morloderex deleted the feature/add_abs_function branch November 10, 2023 10:36
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.

2 participants