Class MinAggregator
java.lang.Object
com.yahoo.search.grouping.request.GroupingNode
com.yahoo.search.grouping.request.GroupingExpression
com.yahoo.search.grouping.request.AggregatorNode
com.yahoo.search.grouping.request.MinAggregator
This class represents an minimum-aggregator in a
GroupingExpression
. It evaluates to the minimum value that
the contained expression evaluated to over all the inputs.- Author:
- Simon Thoresen Hult, bratseth
-
Constructor Summary
ConstructorDescriptionMinAggregator
(GroupingExpression expression) Constructs a new instance of this class. -
Method Summary
Methods inherited from class com.yahoo.search.grouping.request.AggregatorNode
getExpression, resolveLevel, visit
Methods inherited from class com.yahoo.search.grouping.request.GroupingExpression
asImage, asString, getLevel, getLevelOrNull, setLabel
Methods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel, toString
-
Constructor Details
-
MinAggregator
Constructs a new instance of this class.- Parameters:
expression
- the expression to aggregate on.
-
-
Method Details
-
copy
Description copied from class:GroupingExpression
Returns a deep copy of this- Specified by:
copy
in classGroupingExpression
-