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

Basic Mathematical Functions #838

Closed
jeffnappi opened this issue Jun 3, 2014 · 2 comments
Closed

Basic Mathematical Functions #838

jeffnappi opened this issue Jun 3, 2014 · 2 comments

Comments

@jeffnappi
Copy link

With the recent addition of arithmetic operators, it would be very nice to also have the ability to use basic mathematical functions.

The following functions would be a great start:

random()
round()
floor()
ceil()
sqrt()
log()

see http://www.postgresql.org/docs/9.3/static/functions-math.html for more.

@mfelsche
Copy link
Contributor

mfelsche commented Jun 4, 2014

thanks @jeffnappi
we will definitely put that on our backlog.
stay tuned.

@mfelsche
Copy link
Contributor

mfelsche commented Aug 6, 2014

hey @jeffnappi,
we implemented basic arithmetic functions in release 0.41.0 ( https://github.com/crate/crate/releases/tag/0.41.0 )
See also: https://crate.io/blog/testing-release-0-41-0/

We hope you can make good use of them.

@mfelsche mfelsche closed this as completed Aug 6, 2014
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