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 facet aggregates that apply to other aggregates - initially multi… #29

Open
wants to merge 1 commit into
base: bw_branch_7_4
Choose a base branch
from

Conversation

timatbw
Copy link

@timatbw timatbw commented May 3, 2019

…ply and divide

Usage: mul(x,y,z...) where there must be at least 2 args, and those must be other aggregations, for example mul(avg(field1),max(field2)). Similarly with div(x,y) which must have exactly 2 arguments. To use constants, you can workaround it by using max around a constant value e.g. mul(avg(field1),max(10))

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.

1 participant