Class ToRawFunction
- 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.ToRawFunction
-
- All Implemented Interfaces:
java.lang.Iterable<GroupingExpression>
public class ToRawFunction extends FunctionNode
This class represents a toraw-function in aGroupingExpression
. It converts the result of the argument to a raw type. If the argument can not be converted, this function returns null.- Author:
- Ulf Lilleengen, bratseth
-
-
Constructor Summary
Constructors Constructor Description ToRawFunction(GroupingExpression exp)
Constructs a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToRawFunction
copy()
Returns a deep copy of this-
Methods inherited from class com.yahoo.search.grouping.request.FunctionNode
args, asList, asList, asList, getArg, getNumArgs, iterator, 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 Detail
-
ToRawFunction
public ToRawFunction(GroupingExpression exp)
Constructs a new instance of this class.- Parameters:
exp
- The expression to evaluate.
-
-
Method Detail
-
copy
public ToRawFunction copy()
Description copied from class:GroupingExpression
Returns a deep copy of this- Specified by:
copy
in classGroupingExpression
-
-