Class SizeFunction
java.lang.Object
com.yahoo.search.grouping.request.GroupingNode
com.yahoo.search.grouping.request.GroupingExpression
com.yahoo.search.grouping.request.FunctionNode
com.yahoo.search.grouping.request.SizeFunction
- All Implemented Interfaces:
Iterable<GroupingExpression>
This class represents a size-function in a
GroupingExpression. It evaluates to a number that equals the
number of elements in the result of the argument (e.g. the number of elements in an array).- Author:
- Simon Thoresen Hult, bratseth
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of this class. -
Method Summary
Methods inherited from class com.yahoo.search.grouping.request.FunctionNode
args, asList, asList, asList, getArg, getNumArgs, iterator, 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SizeFunction
Constructs a new instance of this class.- Parameters:
exp- The expression to evaluate.
-
-
Method Details
-
copy
Description copied from class:GroupingExpressionReturns a deep copy of this- Specified by:
copyin classGroupingExpression
-