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

Numeric support for log10 #3516

Open
devinrsmith opened this issue Mar 9, 2023 · 1 comment
Open

Numeric support for log10 #3516

devinrsmith opened this issue Mar 9, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@devinrsmith
Copy link
Member

Currently, the query language has log base e, "Foo=log(Bar)", but not log base 10 support. SQL has a LOG10 method, and java has java.lang.Math#log10.

Part of #3473

@devinrsmith devinrsmith added this to the Backlog milestone Mar 9, 2023
@devinrsmith devinrsmith self-assigned this Mar 9, 2023
@devinrsmith
Copy link
Member Author

devinrsmith commented Mar 9, 2023

In the meantime, users can workaround this with "Foo=log(Bar)/log(10)" (won't be as fast nor accurate though).

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

1 participant