Class AllOperation
java.lang.Object
com.yahoo.search.grouping.request.GroupingNode
com.yahoo.search.grouping.request.GroupingOperation
com.yahoo.search.grouping.request.AllOperation
This is a grouping operation that processes the input list as a whole, as opposed to
EachOperation
which
processes each element of that list separately.- Author:
- Simon Thoresen Hult, bratseth
-
Field Summary
Fields inherited from class com.yahoo.search.grouping.request.GroupingOperation
UNLIMITED_MAX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy
(GroupingOperation parentOfCopy) Returns a deep copy of thisMethods 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, hasUnlimitedMax, putAlias, resolveLevel, setAccuracy, setForceSinglePass, setGroupBy, setLabel, setMax, setPrecision, setWhere, toString, visitExpressions
Methods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel
-
Constructor Details
-
AllOperation
public AllOperation()Constructs a new instance of this class.
-
-
Method Details
-
copy
Description copied from class:GroupingOperation
Returns a deep copy of this- Specified by:
copy
in classGroupingOperation
-