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

EQL: implement math functions: add, divide, module, multiply, subtract #54846

Closed
5 tasks
aleksmaus opened this issue Apr 6, 2020 · 3 comments
Closed
5 tasks
Assignees
Labels

Comments

@aleksmaus
Copy link
Contributor

  • add (number, number) -> number
  • divide (number, number) -> number
  • modulo (number, number) -> number
  • multiply (number, number) -> number
  • subtract (number, number) -> number
@aleksmaus aleksmaus self-assigned this Apr 6, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (:Query Languages/EQL)

@Shubhangi2901
Copy link

Hi @aleksmaus I would like to work on this issue.

@aleksmaus
Copy link
Contributor Author

aleksmaus commented Apr 7, 2020

Hi @Shubhangi2901, thank you for your interest in contributing to Elasticsearch. I have already started working on this issue.
There are plenty of other interesting issues to tackle for this project though. To find one, please check the good first issue label for example:
https://github.com/elastic/elasticsearch/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

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

3 participants