an aggregator that counts the input values.
Accepts nulls as input values.
Aggregation result type Long
.
type of the return object.
extracts values from this path if given.
an aggregator that calculates the distinct set of input values. Accepts null input values. Aggregation result type is a Set of R.
extracts values from this path if given
an aggregator that calculates the average of the input values.
Does NOT accept null
input values.
Accepts only Double input values (primitive and boxed).
Aggregation result type is number
.
extracts values from this path if given
an aggregator that calculates the sum of the input values.
Does NOT accept null
input values.
Accepts only Double input values (primitive and boxed).
Aggregation result type is number
.
extracts values from this path if given
an aggregator that calculates the sum of the input values.
Does NOT accept null
input values.
Accepts generic Number input values.
Aggregation result type is Long
.
extracts values from this path if given
an aggregator that calculates the sum of the input values.
Does NOT accept null
input values.
Accepts generic Number input values.
Aggregation result type is number
.
extracts values from this path if given
an aggregator that calculates the average of the input values.
Does NOT accept null
input values.
Accepts only Integer input values (primitive and boxed).
Aggregation result type is number
.
extracts values from this path if given
an aggregator that calculates the sum of the input values.
Does NOT accept null
input values.
Accepts only Integer input values (primitive and boxed).
Aggregation result type is Long
.
extracts values from this path if given
an aggregator that calculates the average of the input values.
Does NOT accept null
input values.
Accepts only Long input values (primitive and boxed).
Aggregation result type is number
.
extracts values from this path if given
an aggregator that calculates the sum of the input values.
Does NOT accept null
input values.
Accepts only Long input values (primitive and boxed).
Aggregation result type is Long
.
type of the input object.
extracts values from this path if given
an aggregator that calculates the max of the input values.
Accepts null
input values.
Aggregation result type is R
.
type of the input object.
extracts values from this path if given
an aggregator that calculates the min of the input values.
Accepts null
input values.
Aggregation result type is R
.
extracts values from this path if given
an aggregator that calculates the average of the input values.
Does NOT accept null
input values.
Accepts generic Number input values.
Aggregation result type is number
.
Generated using TypeDoc
extracts values from this path if given