Class AllOperation
- java.lang.Object
-
- com.yahoo.search.grouping.request.GroupingNode
-
- com.yahoo.search.grouping.request.GroupingOperation
-
- com.yahoo.search.grouping.request.AllOperation
-
public class AllOperation extends GroupingOperation
This is a grouping operation that processes the input list as a whole, as opposed toEachOperation
which processes each element of that list separately.- Author:
- Simon Thoresen Hult, bratseth
-
-
Constructor Summary
Constructors Constructor Description AllOperation()
Constructs a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllOperation
copy(GroupingOperation parentOfCopy)
Returns a deep copy of this-
Methods inherited from class com.yahoo.search.grouping.request.GroupingOperation
addChild, addChildren, addHint, addOrderBy, addOrderBy, addOutput, addOutputs, containsHint, fromString, fromStringAsList, getAccuracy, getAlias, getAliases, getChild, getChildren, getForceSinglePass, getGroupBy, getHints, getLevel, getLevelDesc, getMax, getNumChildren, getNumOrderBy, getNumOutputs, getOrderBy, getOrderBy, getOutput, getOutputs, getParent, getPrecision, getWhere, hasMax, putAlias, resolveLevel, setAccuracy, setForceSinglePass, setGroupBy, setLabel, setMax, setPrecision, setWhere, toString, visitExpressions
-
Methods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel
-
-
-
-
Method Detail
-
copy
public AllOperation copy(GroupingOperation parentOfCopy)
Description copied from class:GroupingOperation
Returns a deep copy of this- Specified by:
copy
in classGroupingOperation
-
-