Class CountAggregator
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.CountAggregator
This class represents an count-aggregator in a
GroupingExpression. It evaluates to the number of elements
there are in the input.- Author:
- Simon Thoresen Hult, bratseth
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.search.grouping.request.AggregatorNode
getExpression, resolveLevel, visitMethods inherited from class com.yahoo.search.grouping.request.GroupingExpression
asImage, asString, getLevel, getLevelOrNull, setLabelMethods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel, toString
-
Constructor Details
-
CountAggregator
public CountAggregator()Constructs a new instance of this class.
-
-
Method Details
-
copy
Description copied from class:GroupingExpressionReturns a deep copy of this- Specified by:
copyin classGroupingExpression
-